Skip to main content
GET
Time-bucketed usage per metered feature over a range

Authorizations

x-api-key
string
header
required

Query Parameters

granularity
string
default:day
Pattern: ^(hour|day|month)$
range
string
default:30d
Pattern: ^(24h|7d|30d|90d|last_cycle|1bc|3bc)$
feature_id
string[] | null
Minimum string length: 1

Response

Successful Response

Time-bucketed usage per metered feature over a range.

enabled=false mirrors the matrix kill-switch behavior. series is Autumn's per-bin list (each {period, values: {feature_id: n}}); totals is the per-feature {count, sum} over the whole range. period is an epoch timestamp in Autumn's native unit — the frontend renders it as-is.

enabled
boolean
required
granularity
string
required
range
string
required
customer_id
string | null
feature_ids
string[]
series
Series · object[]
totals
Totals · object