Get profile
GET /api/v1/settings/profiles/{name}
Get a specific profile's configuration. Returns the full LLM config with api_key nulled out; the sibling api_key_set flag reports whether a key is stored.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
name | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | — |
config | object | yes | — |
api_key_set | boolean | no | — |
Operation ID: get_profile_api_v1_settings_profiles__name__get