Skip to content

Interface: IngestDocumentBatchResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestDocumentBatchResponse

Interface: IngestDocumentBatchResponse

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

Response from batch document ingestion.

Properties

failedCount

failedCount: number

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

Number of failed documents.


results

results: DocumentBatchResultDto[]

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

Results for each document.


sessionId?

optional sessionId: string | null

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

Session ID for tracking and resumption (UUID).


success

success: boolean

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

Overall success (all documents succeeded).


successfulCount

successfulCount: number

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

Number of successful documents.


totalTimeMs

totalTimeMs: number

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

Total processing time in milliseconds.