Usage
List Usage Events
Newest-first stream of raw usage events, for checking that metering ingestion landed.
GET
List recent raw usage events
Returns the raw events your services reported through
Record Usage Event and
Record Usage Events (Batch), newest first.
This is the “did my events actually land?” view for debugging metering — it
is not aggregated. For billing-shaped numbers use
Query Usage (time buckets) or
Get Subscription Usage (current-period
totals with entitlement headroom).
The stream is tenant-scoped through the subscription: only events on
subscriptions that belong to the authenticated tenant are returned.
Query Parameters
Example Request
Response
Fields
The list is ordered by
timestamp descending and carries no has_more
flag — page with offset until a page comes back shorter than limit.
Errors
Errors use the standard envelope — see Errors.
Non-numeric or negative
limit / offset values are not rejected: limit
falls back to the default of 50 (and anything above 200 is clamped to
200), and a negative offset is treated as 0.Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Required range:
x <= 200Response
Raw usage events, newest first.