What this family does
GET /v1/usage returns metered units bucketed over a time window and grouped by subject, key or capability, so a developer reselling Exo to their own users can attribute cost per end user.
Buckets are aligned to startTime, and only non-empty buckets come back. A range with no usage is an empty list with a 200.
Routes
The shape of a call
Read metered usage.Traps
This is an organization-wide view. It aggregates every subject, so it requiresusage:read. An admin key also qualifies. A plain read key is refused.
Grouping by subject uses your own subject keys. Usage recorded for the key owner is grouped separately from usage recorded for a provisioned subject.
Related
API reference
Base URL, authentication, and the conventions every route shares.
Errors
The problem envelope and the full code catalogue.