Skip to main content
GET
Get Observability Session Transcript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Response

Successful Response

/agentic/observability/sessions/{session_id}/transcript envelope.

Rows are returned oldest-first so the FE can render the timeline in natural reading order without an additional sort.

truncated is True when the BE applied a defensive row cap on the underlying ClickHouse read (rare; happens when a runaway agent produced an unusually long session). The FE should surface a "showing first N rows" notice; full transcript is not paginatable at this endpoint (sessions are conceptually one timeline).

session_id
string
required
rows
ObservabilityTranscriptRow · object[]
required
truncated
boolean
default:false