Error
A valid request URL is required to generate request examples{
"results": {
"corsAllowedDomains": [
"<string>"
],
"csvCellsLimit": 123,
"queryLimit": 123,
"scheduledDeliveryExpirationSecondsGoogleChat": 123,
"scheduledDeliveryExpirationSecondsMsTeams": 123,
"scheduledDeliveryExpirationSecondsSlack": 123,
"scheduledDeliveryExpirationSecondsEmail": 123,
"scheduledDeliveryExpirationSeconds": 123,
"semanticLayerPgwireEnabled": true,
"supportImpersonationEnabled": true,
"oidcToEmailLinkingEnabled": true,
"oidcLinkingEnabled": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Get organization settings
Returns the current organization’s settings. Defaults are returned when no settings have been saved.
GET
/
api
/
v1
/
org
/
settings
Error
A valid request URL is required to generate request examples{
"results": {
"corsAllowedDomains": [
"<string>"
],
"csvCellsLimit": 123,
"queryLimit": 123,
"scheduledDeliveryExpirationSecondsGoogleChat": 123,
"scheduledDeliveryExpirationSecondsMsTeams": 123,
"scheduledDeliveryExpirationSecondsSlack": 123,
"scheduledDeliveryExpirationSecondsEmail": 123,
"scheduledDeliveryExpirationSeconds": 123,
"semanticLayerPgwireEnabled": true,
"supportImpersonationEnabled": true,
"oidcToEmailLinkingEnabled": true,
"oidcLinkingEnabled": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Response
Ok
Per-organization settings migrated from instance-wide env vars. Surfaced in
the Pro admin panel and stored in the organization_settings table. Starts
with the OIDC account-linking toggles; designed to grow as more settings
move org-level.
Each value is tri-state: null means "not set — inherit the instance/env
default", while an explicit true/false overrides the env. The fallback
to the env default is resolved in the auth layer, not here.
Show child attributes
Show child attributes
Available options:
ok Was this page helpful?