Tool Execution Stats
Logs & Analytics
Tool Execution Stats
Retrieve aggregated execution statistics for your tools, grouped and filtered by integration, status, date, and more. Maximum date range is 90 days.
GET
Tool Execution Stats
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
GroupingComma-separated list of fields to group results by. Supported values:
integration, action, status, tool_id, resource_id, error_type, date.Example: group_by=integration,statusComma-separated list of metrics to compute. Use
"count" for total execution count, or "field:avg" for averages.Supported aggregate fields: execution_time_ms, input_size_kb, output_size_kb.Defaults to "count".Example: metrics=count,execution_time_ms:avgPreset time period. Allowed values:
"today", "week", "month". Overridden by start_date/end_date if both are provided.Start of the date range (ISO 8601). Maximum range is 90 days from
end_date.End of the date range (ISO 8601). Maximum range is 90 days from
start_date.Filter stats to a specific tool ID.
Filter stats to a specific resource ID.
Filter by integration key.
Filter by action name.
Filter by execution status. Allowed values:
"success", "error".Filter by error type.
Filter to a specific call ID.
Maximum number of groups to return. Minimum
1, maximum 1000. Defaults to 50.Response
Array of aggregated result objects. Each entry contains the grouped dimensions and the requested metric values.
Metadata about the query that was executed.
Docs for agents: llms.txt