The Only API docs
Panel & Usage

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…

GET
/metrics/requests

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

X-API-Key<token>

Your CRM panel API key

In: header

Query Parameters

hours?integer

Window to report, in hours (1–2160, i.e. up to 90 days).

Range1 <= value <= 2160
Default24
granularity?string

Bucket size for series. Defaults to a sensible size for hours. Also accepted as bucket.

Value in

  • "5m"
  • "15m"
  • "1h"
  • "6h"
  • "1d"
limit?integer

How many rows in each top-N breakdown (1–50).

Range1 <= value <= 50
Default10

Response Body

application/json

curl -X GET "https://example.com/metrics/requests"
{  "metrics": null,  "success": true}