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
Headers
string
required
Your API key for authentication.
Query Parameters
Groupingstring
Comma-separated list of fields to group results by. Supported values:
integration, action, status, tool_id, resource_id, error_type, date.Example: group_by=integration,statusstring
Comma-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:avgstring
Preset time period. Allowed values:
"today", "week", "month". Overridden by start_date/end_date if both are provided.string
Start of the date range (ISO 8601). Maximum range is 90 days from
end_date.string
End of the date range (ISO 8601). Maximum range is 90 days from
start_date.string
Filter stats to a specific tool ID.
string
Filter stats to a specific resource ID.
string
Filter by integration key.
string
Filter by action name.
string
Filter by execution status. Allowed values:
"success", "error".string
Filter by error type.
string
Filter to a specific call ID.
number
Maximum number of groups to return. Minimum
1, maximum 1000. Defaults to 50.Response
array
Array of aggregated result objects. Each entry contains the grouped dimensions and the requested metric values.
object
Metadata about the query that was executed.
Docs for agents: llms.txt