Time-bucketed aggregates of every generation your team has dispatched.
Buckets are returned newest-first. Pass bucket_width to control the bucket size; pass group_by[] to slice each bucket by status, key, user, or modality.
Idempotent: GET is naturally safe to retry; no Idempotency-Key is required.
Pagination is opaque-cursor (page_token); the cursor expires 24h after issue and is invalidated when query parameters change between pages.
Headers RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, and Retry-After (on 429) are returned on every response.
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
Your team API key (starts with al_live_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Inclusive lower bound (RFC 3339).
"2026-04-08T00:00:00Z"
Exclusive upper bound. Defaults to now.
"2026-05-08T00:00:00Z"
Bucket size. Default 1d. Each width has a max range cap.
1m, 5m, 15m, 1h, 1d, 7d Optional grouping dims (max 2).
status, api_key_id, user_id, type Filter by status. Comma-separated or repeated.
Filter by inference type. Comma-separated or repeated.
Filter by opaque API-key id (key_).
Filter by opaque user id (usr_).
Filter by opaque LoRA id (lora_).
Single character filter (char_).
"char_01HVABCDEFGHJKMNPQRSTVWXYZ"
Items per page (1-100, default 24).
1 <= x <= 10024
Opaque cursor returned in next_page from a prior call. 24h TTL.
"eyJ2IjoxLCJxZiI6Ii4uLiJ9"
Usage aggregates (newest first).
Discriminator
list "list"
Buckets in bucket_start DESC order.
True when more buckets exist beyond this page.
false
Pass as ?page_token=<token> on the next request. Opaque base64; tied to the original query fingerprint. Null when has_more=false. 24h expiry.
null