Skip to content

Interface: IngestionSessionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestionSessionResponse

Interface: IngestionSessionResponse

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

Response from starting or getting an ingestion session.

Properties

createdAt

createdAt: string

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

When session was created (ISO 8601).


processedDocuments

processedDocuments: number

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

Documents that have been processed.


sessionId

sessionId: string

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

Unique session identifier (UUID).


status

status: IngestionSessionStatusDto

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

Current status of the session.


totalDocuments

totalDocuments: number

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

Total documents in session.


updatedAt

updatedAt: string

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

When session was last updated (ISO 8601).