Skip to content

GET /api/v1/usage

Paginated usage history: each row is one billed event (async settlement or synchronous endpoint charge). Read-only; scoped to the authenticated user.

AttributeDetails
AuthRequired
FiltersNone (no date or endpoint filter on this API)

Query parameters

ParamDefaultNotes
page11-based page index.
limit50Page size, 1200. Invalid → 400.
sortidOne of: id, created_at, eur_cents_charged, units.
orderdescasc or desc.

Response shape

Returns usage_events (array) and pagination (echoes sort/order/limit plus total, total_pages).

Typical row fields: id, units, eur_cents_charged (EUR cents), created_at, optional async_job_id, optional endpoint (which API surface was billed).

Older rows may have endpoint / method as null — treat as unknown in UIs.

[email protected] · Slack · Discord (links in Community page & header icons)