Get request metrics for your panel
Request outcomes for your own panel over a time window: volume, status classes, error rate, latency, and the slowest and most error-prone routes. This is what the dashboard…
Request outcomes for your own panel over a time window: volume, status classes, error rate, latency, and the slowest and most error-prone routes. This is what the dashboard Overview charts.
The current partial bucket is included, so the numbers are current rather than up to a minute stale. top_tenants is always empty here — it exists only so one component can render this and the platform-wide admin view interchangeably.
Guide: Base URL & panels
Authorization
apiKey Your CRM panel API key
In: header
Query Parameters
Window to report, in hours (1–2160, i.e. up to 90 days).
1 <= value <= 216024Bucket size for series. Defaults to a sensible size for hours. Also accepted as bucket.
Value in
- "5m"
- "15m"
- "1h"
- "6h"
- "1d"
How many rows in each top-N breakdown (1–50).
1 <= value <= 5010Response Body
application/json
curl -X GET "https://example.com/metrics/requests"{ "metrics": null, "success": true}