Get org defaults settings
GET /api/organizations/{org_id}/settings
Get org-default settings for a specific organization.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
X-Org-Id | header | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
agent_settings | `FaheemCodeAgentSettings | LLMAgentSettings | ACPAgentSettings` |
conversation_settings | ConversationSettings | no | — |
llm_api_key_set | boolean | no | — |
search_api_key | `string | null` | no |
Operation ID: get_org_defaults_settings_api_organizations__org_id__settings_get