Get Usage
Usage
Get Usage
Retrieve API usage statistics for the current billing period
GET
Get Usage
Overview
Returns API usage statistics for the current billing period, broken down by endpoint type, plus the per-endpoint-type rate-limit matrix. Theby_endpoint_type object reports used and limit for every shipped metered endpoint type — today that is exactly search and read. Pools without shipped endpoints (screening, clearance, image_search, export) do not appear until their routes ship. The check pool is shipped and quota-metered (POST /v1/goods-services/suggest — watch the X-Quota-* headers on those responses) but not yet itemized in by_endpoint_type or /v1/organization/plan. A limit of null indicates an unlimited plan; 0 means the endpoint type is not allowed on the current plan.
Requires the billing:read scope (keys created from the dashboard have it by default).
Response
Always
"usage"Per-endpoint-type requests-per-minute matrix — what the rate limiter actually enforces per classification (
search, read, monitoring, utility, reference, check). See Rate Limits.Request ID for debugging
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the billing:read scope |
| 429 | rate_limited | Too many requests |
Related Endpoints
- Get Current Organization — organization profile and plan
- Get Usage Summary — daily breakdown by endpoint type or API key
- List API Keys — manage API keys