Per-session STT recognition report served from ClickHouse: the raw STT lifecycle event stream is rolled up into one row per session. A single endpoint serves all three hierarchically related session levels (linked by id: providerSessionId -> fallbackSessionId -> streamingSessionId) via the level query parameter (default streaming). Each level rolls up ONLY its own events. Billing fields (price, tariff, billedUnit, billedValue, billedCount) exist only on the provider level (level=provider); the streaming level instead carries child counters (fallbackSessionCount, providerSessionCount, providersUsedCount). The returned item is a superset of all levels' fields — only the requested level's fields are populated.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Invalid request (InvalidArgumentException). Returned when: an unknown level is passed; the provider filter is used on a level other than provider; the recognitionLanguage filter is used on level=streaming (language_state exists only on the fallback/provider rollups); an unknown periodBy/sort field is passed; or the [from, to] window exceeds the configured maximum span.
401User is not authenticated
403Invalid user permissions
