Fetch from logged-in browser
API Keys
Usage analytics and rate-limit budget for an API key
Detailed usage analytics for a specific API key, scoped to the authenticated user. Use this to:
- Detect runaway clients (which endpoint is burning your rate limit)
- Forecast tier upgrades (am I approaching the daily cap?)
- Triage support issues (what does my 4xx rate look like?)
- Bill teammates (per-key request volume)
What’s returned
- Request counts: total, successful (2xx/3xx), client error (4xx), server error (5xx)
- Success rate and average response time
- Latency percentiles: p50, p95, p99
- Rate limit usage: per-minute and per-day high-water mark
- Top endpoints by request count
- Status code distribution
- Daily time-series for the requested window
- 429 (rate-limit) breakdown by hour
This endpoint authenticates via session cookie (browser/UI), not API key. Use it from the SOC Defenders dashboard or a logged-in fetch.
GET
Fetch from logged-in browser
Authorizations
Session cookie (for API key management endpoints)
Path Parameters
API key ID (UUID from the list endpoint)
Example:
"00000000-0000-4000-8000-000000000123"
Query Parameters
Lookback window in days (1–90). The time-series in the response has one bucket per day.
Required range:
1 <= x <= 90Example:
30
Response
Usage statistics for the requested key