v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBOrganizations
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
Example response
{
"monthly_spending_cap": 500,
"cascaded_updates": {
"assistants_capped": 7,
"users_capped": 3
}
}