GET /metrics
List metrics
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
limit | query | no | integer | |
cursor | query | no | string | |
status | query | no | string |
Example request
curl -X GET "https://api.use.observer/api/v1/metrics" \
-H "Authorization: Bearer YOUR_API_KEY"
Responses
200 — ok
{
"items": [
null
],
"next_cursor": null
}
401 — missing or invalid bearer token
403 — missing required scope
404 — not found (or cross-tenant — same response)
429 — rate limit exceeded
Was this page helpful?