Skip to main content
Fetch a list of individual billing records with per-job GPU usage, token counts, and costs. Use the limit query parameter to control how many records to return.

Endpoint

GET /v1/billing/usage Authentication: Authorization: Bearer $ARIA_PIN_KEY

Query parameters

integer
default:"50"
Maximum number of records to return. Must be between 1 and 500.

Response

array
List of billing records ordered by creation time, newest first.

Example