Skip to main content
GET
Combined tool analytics dashboard envelope

Authorizations

x-api-key
string
header
required

Query Parameters

tool_type
string | null
revision_id
string | null
top_tools_limit
integer
default:10
Required range: 1 <= x <= 100
health_matrix_limit
integer
default:50
Required range: 1 <= x <= 200
recent_errors_limit
integer
default:20
Required range: 1 <= x <= 100
min_invocations
integer
default:10
Required range: x >= 1
latency_ceiling_ms
number
default:5000
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

Combined dashboard payload — one envelope, four pre-aggregated panels.

summary is at most one row but the underlying pipe returns a list, so we keep it as a (possibly empty) list rather than special-casing it on the client.

summary
DashboardSummaryRow · object[]
required
top_tools
DashboardTopToolsRow · object[]
required
health_matrix
DashboardHealthMatrixRow · object[]
required
recent_errors
DashboardRecentErrorRow · object[]
required