Skip to main content
GET
List an agent's handoff events

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent whose handoff events to list.

Query Parameters

conversation_id
string

Restrict the list to handoffs that occurred within this conversation.

limit
integer

Maximum number of handoff events to return (1–100, default 50).

Required range: 1 <= x <= 100

Response

200 - application/json

The agent's handoff events, newest first.

data
object
meta
object