Tool Execution Logs
Logs & Analytics
Tool Execution Logs
Retrieve per-execution logs for your tools with optional filtering and pagination.
GET
Tool Execution Logs
Headers
string
required
Your API key for authentication.
Query Parameters
Paginationinteger
Page number. Defaults to
1.integer
Results per page. Maximum
100. Defaults to 50.string
Filter logs by a specific tool ID.
string
Filter logs by a specific resource ID.
string
Filter logs by integration key (e.g.
"slack").string
Filter logs by action name.
string
Filter by execution status. Allowed values:
"success", "error".string
Filter logs by the call ID that triggered the tool execution.
string
Filter logs by error type (only applies to failed executions).
string
ISO 8601 date string. Only return logs created after this timestamp.
string
ISO 8601 date string. Only return logs created before this timestamp.
number
Only return logs where execution time is greater than this value (in ms).
number
Only return logs where execution time is less than this value (in ms).
number
Only return logs where input payload size is greater than this value (in KB).
number
Only return logs where input payload size is less than this value (in KB).
number
Only return logs where output payload size is greater than this value (in KB).
number
Only return logs where output payload size is less than this value (in KB).
Response
array
Array of tool execution log entries.
number
Total number of logs matching the filters.
number
Total number of pages.
number
The current page number.
number
Number of results per page.
Docs for agents: llms.txt