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