Get Observability Iteration Detail
Ordered operations for one trace iteration (reads agent_traces).
Ordered by timestamp then a chat → tool_call → output tiebreak
(sequence_number is not yet emitted). Tenant scoping makes a
cross-tenant iteration_id return an empty list — same as “not found”,
no existence leak.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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).