Aggregate usage event quantities by UTC day for a property.
Returns every UTC calendar day intersecting the requested half-open range. Days without matching events have an empty data array.
Authorizations
LedgerUp API Key.
Query Parameters
100^[A-Za-z0-9_]+$1 - 500Aggregation applied to corrected usage events. latest returns the quantity from the event with the latest occurred_at; ties use accepted_at then event ID. count returns the number of events.
sum, min, max, avg, latest, count "sum"
Inclusive lower bound for event occurrence time. Unix timestamp in seconds.
1767225600
Exclusive upper bound for event occurrence time. Unix timestamp in seconds.
1767225600
Aggregate only matching events for this currency. Normalized to lowercase.
^[A-Za-z]{3}$"usd"
Response
Metric usage for every UTC day in the requested range.
"ari_job_id"
"018f5f0c-1111-7abc-8def-123456789abc"
Aggregation applied to corrected usage events. latest returns the quantity from the event with the latest occurred_at; ties use accepted_at then event ID. count returns the number of events.
sum, min, max, avg, latest, count "sum"