v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Organizations

Get Org Spending Limit

Get the monthly spending limit for an organization.

Returns the organization's limit. Any member of the organization can read this.

get/v0/organizations/{organization_id}/spending-limit

Path parameters

organization_idinteger required

Response

Spending limit retrieved successfully

organization_idinteger required

Organization ID.

monthly_spending_capnumber nullable

The set monthly spending limit.

cascaded_updatesobject nullable

Count of child entities that had their limits capped.

Example response

{
  "monthly_spending_cap": 500,
  "cascaded_updates": {
    "assistants_capped": 7,
    "users_capped": 3
  }
}