Skip to content

Interface: ExecutionSessionStatsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / ExecutionSessionStatsResponse

Interface: ExecutionSessionStatsResponse

Defined in: src/types/execution.ts:491

Response with execution session statistics.

Remarks

The backend OpenAPI spec reuses the ingestion SessionStatsResponse name for this endpoint. The actual shape matches the generated contract.

Properties

documents

documents: unknown[]

Defined in: src/types/execution.ts:493

Statistics per document.


sessionId

sessionId: string

Defined in: src/types/execution.ts:495

Session identifier (UUID).


total

total: number

Defined in: src/types/execution.ts:497

Total number of entries with stats.