Tool Call Endpoints
Paginated audit log and direct ingestion for tool call records.
Tool Call Endpoints
Base path: /api/v1/tool-calls
GET /tool-calls
Paginated list of tool calls in the current workspace, newest first.
Query params:
server_id— filter by servertool_name— partial match on tool namecaller_agent— filter by callerstatus—successorerrorstart/end— ISO 8601 timestamps for date rangelimit— page size (default 50, max 200)offset— pagination offset
Response:
POST /tool-calls
Direct ingestion — log a tool call without using the proxy.
Requires JWT or API key auth.
Request:
Only server_id, tool_name, and status are required.