A valid request URL is required to generate request examples{
"buckets": [
{
"timestamp": "2023-11-07T05:31:56Z",
"count": 123,
"success": 123,
"error": 123
}
],
"bucket_size_seconds": 123
}Get MCP tool call volume histogram
Returns time-bucketed MCP tool call volume with success/error breakdown.
A valid request URL is required to generate request examples{
"buckets": [
{
"timestamp": "2023-11-07T05:31:56Z",
"count": 123,
"success": 123,
"error": 123
}
],
"bucket_size_seconds": 123
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Query Parameters
Comma-separated list of tool names to filter by
Comma-separated list of server labels to filter by
Comma-separated list of statuses to filter by (processing, success, error)
Comma-separated list of virtual key IDs to filter by
Comma-separated list of LLM request IDs to filter by
Start time filter (RFC3339 format)
End time filter (RFC3339 format)
Minimum latency filter (milliseconds)
Maximum latency filter (milliseconds)
Search in tool arguments and results
Was this page helpful?

