Interface: SessionStatsResponse
@kortexya/reasoninglayer / Ingestion / SessionStatsResponse
Interface: SessionStatsResponse
Defined in: src/types/ingestion.ts:156
Response for session-level stats (all completed documents).
Properties
documents
documents:
DocumentStatsDto[]
Defined in: src/types/ingestion.ts:158
Stats per document (only completed documents included).
sessionId
sessionId:
string
Defined in: src/types/ingestion.ts:160
Session identifier (UUID).
total
total:
number
Defined in: src/types/ingestion.ts:162
Total number of documents with stats.