Skip to main content
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

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

customer_id
string<uuid>
dimension
string
limit
integer
default:50
Required range: x <= 200
offset
integer
default:0

Response

Raw usage events, newest first.

data
object[]