Get issues-agent (engine) LCU spend per project for the calling org
Returns the authoritative Engine LCU spend for the caller’s
organization in the window (total_lcu, independent of
pagination). Set group_by=tenant for a workspace breakdown or
group_by=session for a (tenant, session) breakdown — each
spend-ranked and cursor-paginated (page_size, cursor); omit
group_by for the total only. The window defaults to the current
calendar month (UTC) and can be overridden with start/end
(RFC 3339, capped at 31 days). Hours the rate card did not price
are excluded from LCU and surfaced via the *_unpriced_row_count
fields so callers can detect coverage gaps without inflating spend.
Authorizations
Query Parameters
Inclusive window start, RFC 3339. Defaults to first instant of current calendar month (UTC).
Exclusive window end, RFC 3339. Defaults to first instant of next calendar month (UTC).
Optional workspace filter (UUID).
Optional project filter (UUID).
tenant (workspace breakdown) or session ((tenant, session) breakdown); omit for the total only.
Breakdown page size (default 20, max 100). Only applies with group_by.
Opaque pagination cursor from a prior response. Only applies with group_by.
Response
OK
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.
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.

