Read pre-aggregated metrics (rollups)
GET
/v1/metrics
Per-window rollups for one endpoint or destination, refreshed by a scheduled job (not aggregated on read).
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Query Parameters
key*
An endpoint or destination id you own.
Type
Requiredstring
Responses
The key's rollups across windows.
application/json
JSON "data": [ { "key": "ep_01JX9", "window": "1h", "volume": 12043, "success_rate": 0.998, "p50": 84, "p95": 240, "error_mix": { "additionalProperties": 0 } } ]
{
}