Skip to main content
GET
Get an agent conversation's debug log

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

conversationId
string
required

Agent conversation identifier.

Query Parameters

limit
integer

Maximum number of turns to return (1–500).

Required range: 1 <= x <= 500
cursor
string

Opaque pagination cursor returned as meta.pagination.cursor by the previous page.

Response

200 - application/json

Paginated per-turn debug log for the conversation

data
object
meta
object