Skip to main content
GET
Get Observability Iteration Detail

Authorizations

Authorization
string
header
required

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

Path Parameters

iteration_id
string
required

Response

Successful Response

/agentic/observability/iterations/{iteration_id} envelope.

Operations are returned in execution order (timestamp, then a chat -> tool_call -> output tiebreak). truncated is True when a defensive row cap was hit (runaway ReAct loop).

iteration_id
string
required
operations
ObservabilityOperation · object[]
required
truncated
boolean
default:false