Skip to main content
GET
/
issues-agent
/
lcu-spend
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "lcu_total": "<string>",
      "lcu_unpriced_row_count": 123,
      "session_id": "<string>",
      "session_name": "<string>",
      "tenant_id": "<string>",
      "tenant_name": "<string>"
    }
  ],
  "organization_id": "<string>",
  "period_end": "<string>",
  "period_start": "<string>",
  "resolved_monthly_spend_limit_lcu": "<string>"
}

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).

Response

OK

items
object[]
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.