Skip to content

Interface: IngestDocumentBatchResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestDocumentBatchResponse

Interface: IngestDocumentBatchResponse

Defined in: src/types/ingestion.ts:1016

Response from batch document ingestion.

Properties

failedCount

failedCount: number

Defined in: src/types/ingestion.ts:1018

Number of failed documents.


results

results: DocumentBatchResultDto[]

Defined in: src/types/ingestion.ts:1020

Results for each document.


sessionId?

optional sessionId: string | null

Defined in: src/types/ingestion.ts:1022

Session ID for tracking and resumption (UUID).


success

success: boolean

Defined in: src/types/ingestion.ts:1024

Overall success (all documents succeeded).


successfulCount

successfulCount: number

Defined in: src/types/ingestion.ts:1026

Number of successful documents.


totalTimeMs

totalTimeMs: number

Defined in: src/types/ingestion.ts:1028

Total processing time in milliseconds.