Skip to content

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 readwriteadmin. 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
string
Required

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
  
  
  
}
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product