Skip to main content

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

NameInTypeRequiredDescription
namepathstringyes

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
namestringyes
configobjectyes
api_key_setbooleanno

Operation ID: get_profile_api_v1_settings_profiles__name__get