Get issues-agent (Engine) LCU spend per project for the calling org
Returns one flat row per (tenant, session) pair in the
caller’s organization that has Engine spend in the
window, each carrying its workspace name, project
(session) name, and Engine LCU spend. The caller groups
rows by tenant for display and sums the lcu_total
field across items for the org-wide total (the UI tile
does both). The window defaults to the current calendar
month (UTC) and can be overridden with start and end
(RFC 3339, capped at 31 days). Hours where the rate card
did not price a (provider, model) pair are excluded from
each row’s lcu_total and surfaced as
lcu_unpriced_row_count so callers can detect billing
coverage gaps without inflating the spend number.
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).
Response
OK
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.

