v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBAI Credit Controls
Get AI credit controls
<Note> **Organization Admin** permissions are required for this endpoint. </Note>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).
get/v1/ai/credit-controls
Response
Current credit controls. Thresholds are null when the corresponding control is off.
Example response
{
"accountCreditLimit": 2000,
"creditsUsed": 450,
"downgradeCredits": 800,
"shutoffCredits": 1200,
"userDefaultCredits": 100
}