Skip to main content
GET
Get Agent Tools
Returns each tool an agent has invoked, with call/error counts and first/last seen timestamps.

Path Parameters

agent_id
string
required
The unique agent identifier.

Response

Array of AgentTool objects:
tool_name
string
Tool name
tool_category
string
Tool category (e.g., memory_read, http, code_exec)
call_count
integer
Total invocations
error_count
integer
Number of erroring invocations
first_seen
string
ISO-8601 timestamp
last_seen
string
ISO-8601 timestamp