ApiObservability
Get metrics summary
Get dashboard summary metrics including server counts, tool call statistics, and latency metrics.
Response Body
application/json
curl -X GET "https://loading/api/v1/observability/metrics/summary"{
"total_servers": 0,
"running_servers": 0,
"total_tool_calls_today": 0,
"total_errors_today": 0,
"average_latency_ms": 0,
"p99_latency_ms": 0
}Query logs with cursor pagination
Query tool call logs with cursor-based pagination. More stable than offset pagination for large or frequently updated datasets.
Get token usage summary
Get aggregated token usage summary with input, output, and total counts. Supports filtering by server, user, and time range.
