Get an agent conversation's debug log
Agents
Get an agent conversation's debug log
Return the per-turn debug log for one agent conversation — for each turn the model used, the latency breakdown, cost in cents, the tool calls it made, and the knowledge retrievals it scored. Use it to trace exactly what the agent did during a session when diagnosing a bad answer, a slow turn, or an unexpected tool call. Results are keyset-paginated on turn index via the opaque cursor. Requires an owner, admin, or developer role.
GET
Get an agent conversation's debug log
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Agent conversation identifier.
Query Parameters
Maximum number of turns to return (1–500).
Required range:
1 <= x <= 500Opaque pagination cursor returned as meta.pagination.cursor by the previous page.