List LLM usage for the current org (SPA-only)
Usage
List LLM usage for the current org (SPA-only)
Returns time-bucketed LLM call counts and input/output tokens broken down by model. The query window is [since, until); rollup selects hour or day bucket size. Org scope is taken from the authenticated principal — there is no org_id query parameter.
GET
List LLM usage for the current org (SPA-only)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ISO8601 start of the query window (inclusive).
Example:
"2026-05-01T00:00:00.000Z"
ISO8601 end of the query window (exclusive).
Example:
"2026-05-08T00:00:00.000Z"
Time bucket size for the response rows.
Available options:
hour, day Example:
"hour"
Narrow results to a single model (e.g. claude-3-7-sonnet).