Aggregated credit usage over a time window
Credits
Aggregated credit usage over a time window
Returns aggregated usage in the requested window. Default window is
the last 30 days. group_by controls aggregation:
feature— one row per featureday— one row per UTC dayfeature,day— one row per feature+day combination
GET
Aggregated credit usage over a time window
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Inclusive lower bound. Accepts any string parseable as a date or
datetime — YYYY-MM-DD, RFC 3339 with or without an offset.
Output is always echoed as full ISO 8601 with Z.
Exclusive upper bound. Accepts any string parseable as a date or
datetime. Must be >= from (server returns 400 otherwise).
Available options:
feature, day, feature,day