Skip to main content
GET
List an agent's recent tool calls

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent whose tool history to read.

Query Parameters

cursor
string

Opaque cursor from a prior page.

limit
integer

Maximum rows to return (1-200, default 50).

conversationId
string

Restrict the history to a single conversation thread.

Response

200 - application/json

The agent's recent tool dispatches with a pagination cursor.

data
object
meta
object