Skip to main content
GET
Aggregated usage metrics

Authorizations

X-Api-Key
string
header
required

Your team API key (starts with al_live_).

Headers

Aurous-Version
string

Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-07-16 for unauthenticated requests.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-07-16"

Query Parameters

start_time
string
required

Inclusive lower bound (RFC 3339).

Example:

"2026-04-08T00:00:00Z"

end_time
string

Exclusive upper bound. Defaults to now.

Example:

"2026-05-08T00:00:00Z"

bucket_width
enum<string>

Bucket size. Default 1d. Each width has a max range cap.

Available options:
1m,
5m,
15m,
1h,
1d,
7d
group_by
enum<string>[]

Optional grouping dims (max 2).

Available options:
status,
api_key_id,
user_id,
type,
model
status
string[]

Filter by status. Comma-separated or repeated. Allowed: pending, processing, succeeded, failed, cancelled (legacy alias completed = succeeded).

type
string[]

Filter by inference type. Comma-separated or repeated.

api_key_id
string[]

Filter by opaque API-key id (key_).

user_id
string[]

Filter by opaque user id (usr_).

lora_id
string[]

Filter by opaque LoRA id (lora_).

character_id
string

Single character filter (char_).

Example:

"char_01HVABCDEFGHJKMNPQRSTVWXYZ"

model
string[]

Filter by public model slug (e.g. aurous-grow-2.0-pro). Comma-separated or repeated. Unknown slugs return 400 invalid_filter.

Example:

"aurous-grow-2.0-pro,aurous-embed-vision-1.0"

limit
number

Items per page (1-100, default 24).

Required range: 1 <= x <= 100
Example:

24

page_token
string

Opaque cursor returned in next_page from a prior call. 24h TTL.

Example:

"eyJ2IjoxLCJxZiI6Ii4uLiJ9"

Response

Usage aggregates (newest first).

object
enum<string>
required

Discriminator

Available options:
list
Example:

"list"

data
object[]
required

Buckets in bucket_start DESC order.

has_more
boolean
required

True when more buckets exist beyond this page.

Example:

false

next_page
object | null
required

Pass as ?page_token=<token> on the next request. Opaque base64; tied to the original query fingerprint. Null when has_more=false. 24h expiry.

Example:

null