Get AI governance configuration for an organisation
GET /api/v3/organizations/{organisation}/ai/governance
GET
/api/v3/organizations/{organisation}/ai/governance
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
Responses
200
AI governance configuration
object
orgId
string
aiEnabled
boolean
modelPolicy
string
modelList
Array<string>
mandatoryGuardrailPreset
string
mandatoryFilterPolicies
Array<string>
spendLimits
object
monthlyBudgetCents
integer
dailyBudgetCents
integer
perUserMonthlyBudgetCents
integer
perUserDailyBudgetCents
integer
warningThresholdPercent
integer
interfaceLimits
Aggregate spend caps per interface label (slack, autonomous, api-gateway, streaming, websocket). Keys are interface labels.
object
key
additional properties
object
dailyCents
integer
monthlyCents
integer
userOverrides
Per-user budget overrides keyed by userId (numeric portal id, slack-
object
key
additional properties
object
dailyCents
integer
monthlyCents
integer
unlimited
boolean
version
integer
500
Failed to retrieve governance configuration