List an agent's recent tool calls
Agents
List an agent's recent tool calls
Return the most recent tool-call dispatches made by an agent, newest first, with cursor pagination and an optional conversationId filter. Each row records the tool name, inputs, and outputs (PII-redacted at write time) so operators can audit what the agent actually did. Requires owner, admin, or developer role.
GET
List an agent's recent tool calls
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Identifier of the agent whose tool history to read.
Query Parameters
Opaque cursor from a prior page.
Maximum rows to return (1-200, default 50).
Restrict the history to a single conversation thread.