Skip to content

Interface: IngestionSessionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestionSessionResponse

Interface: IngestionSessionResponse

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

Response from starting or getting an ingestion session.

Properties

createdAt

createdAt: string

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

When session was created (ISO 8601).


processedDocuments

processedDocuments: number

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

Documents that have been processed.


sessionId

sessionId: string

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

Unique session identifier (UUID).


status

status: IngestionSessionStatusDto

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

Current status of the session.


totalDocuments

totalDocuments: number

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

Total documents in session.


updatedAt

updatedAt: string

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

When session was last updated (ISO 8601).