Skip to main content
GET
Error

Authorizations

X-API-Key
string
header
required

Query Parameters

start
string

Inclusive window start, RFC 3339. Defaults to first instant of current calendar month (UTC).

end
string

Exclusive window end, RFC 3339. Defaults to first instant of next calendar month (UTC).

tenant_id
string

Optional workspace filter (UUID).

session_id
string

Optional project filter (UUID).

group_by
string

tenant (workspace breakdown) or session ((tenant, session) breakdown); omit for the total only.

page_size
integer

Breakdown page size (default 20, max 100). Only applies with group_by.

cursor
string

Opaque pagination cursor from a prior response. Only applies with group_by.

Response

OK

default_monthly_spend_limit_lcu
string

DefaultMonthlySpendLimitLCU is the org-admin default applied when the admin limit is unset (NULL) — what the UI shows as "using the default". Lets the UI label the default without hardcoding it. Serialized as a string for NUMERIC precision.

items
object[]
next_cursor
string
organization_id
string
period_end
string
period_start
string
resolved_monthly_spend_limit_lcu
string

ResolvedMonthlySpendLimitLCU is the effective monthly LCU spend limit enforced for this org — the minimum of the finance, plan, and admin layers — or null when unlimited. Surfaced so the UI can render spend against the true enforced limit rather than the admin layer alone. Serialized as a string for NUMERIC precision.

total_lcu
string
total_unpriced_row_count
integer