Usage Stats
Tiles (totals) + hourly/daily time series for the given org/bundle/range.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
org_id*Org Id
Format
uuidrange?Range
Match
^(1h|24h|7d)$Default
"24h"bundle_id?|null
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/observability/usage?org_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "tiles": { "total_requests": 0, "error_rate_percent": 0, "error_count": 0, "avg_latency_ms": 0, "p95_latency_ms": 0 }, "hourly": [ { "hour": "string", "requests": 0, "errors": 0 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}