Interface: SessionProgressResponse
@kortexya/reasoninglayer / Ingestion / SessionProgressResponse
Interface: SessionProgressResponse
Defined in: src/types/ingestion.ts:122
Response containing live progress for all documents in a session.
Properties
documents
documents:
DocumentProgressDto[]
Defined in: src/types/ingestion.ts:124
Documents currently being processed (with live progress).
sessionId
sessionId:
string
Defined in: src/types/ingestion.ts:126
Session ID (UUID).