Get daily consumption
Returns usage broken down by day over a date range.
Scope:analytics:readAuthentification
AuthorizationBearer
Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.
Paramètres de chemin
orgId
Organization id or slug. Resolve it with GET /v3/self.
Paramètres de requête
start_date
Inclusive start date (YYYY-MM-DD).
end_date
Inclusive end date (YYYY-MM-DD).
group_by
Optional dimension to group by. Unknown values fall back to the ungrouped daily series.
Valeurs autorisées:
Réponse
Daily consumption.
daily
Per-day series (ungrouped requests).
items
Per-key totals. Present instead of daily when group_by is set.
total
start_date
end_date