Get AI credit controls
Organization Admin permissions are required for this endpoint.
Get the organization’s AI credit controls: the downgrade and shutoff thresholds, the default per-user credit limit, plus read-only context (the credit limit, usage for the current billing period, and the period bounds).
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Response
Current credit controls. Thresholds are null when the corresponding control is off.
Monthly AI credit limit for the whole Omni account, which is shared across every organization associated with the account. 0 when no limit is configured.
x >= 02000
This organizations's credit usage for the current billing period.
x >= 0450
Downgrade threshold, or null if the downgrade control is off.
x >= 0800
End of the current billing period as a Unix ms timestamp (UTC calendar-month boundary).
x >= 0Start of the current billing period as a Unix ms timestamp (UTC calendar-month boundary).
x >= 0Shutoff threshold, or null if the shutoff control is off.
x >= 01200
Default per-user AI credit limit, or null when users are unlimited by default.
x >= 0100

