Get consolidated dashboard data
Returns every metric shown on the workspace dashboard in a single response: overview totals and histograms, provider usage, model rankings, dimension rankings (team, user, virtual key, customer, business unit), and MCP usage. Intended for external integrations that want the full dashboard in one call rather than orchestrating the individual endpoints.
Accepts the same LLM filter parameters as the histogram and rankings endpoints, plus the MCP filter parameters (tool_names, server_labels) which apply to the mcp section. Filters are applied once and every section is computed against the same time window and bucket size. The request fails as a whole if any section cannot be computed, so the payload is always complete.
Query parameters
Comma-separated list of providers to filter by
Comma-separated list of models to filter by
Comma-separated list of model aliases to filter by
Comma-separated list of statuses to filter by
Comma-separated list of object types to filter by
Comma-separated list of selected key IDs to filter by
Comma-separated list of virtual key IDs to filter by
Comma-separated list of team IDs to filter by
Comma-separated list of customer IDs to filter by
Comma-separated list of user IDs to filter by
Comma-separated list of business unit IDs to filter by
Comma-separated list of routing rule IDs to filter by
Comma-separated list of routing engines to filter by
Start time filter (RFC3339 format)
End time filter (RFC3339 format)
Relative time period filter
Minimum latency filter
Maximum latency filter
Minimum tokens filter
Maximum tokens filter
Minimum cost filter
Maximum cost filter
Only show logs with missing cost
Comma-separated list of stop reasons to filter by
Comma-separated list of cache hit types to filter by
Parent request ID to filter by
Metadata filter where <key> is the metadata key to match
Search in request/response content
Comma-separated list of MCP tool names to filter the MCP section by
Comma-separated list of MCP server labels to filter the MCP section by
Response
Dashboard data retrieved successfully