Get Profile
Settings
Get Profile
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.
GET
Get Profile
Authorizations
Path Parameters
Required string length:
1 - 64Pattern:
^[A-Za-z0-9._-]{1,64}$Response
Successful Response
Response body for fetching a single profile.
config.api_key is always None in the response; the sibling
api_key_set bool reports whether a key is stored. This matches
the /api/v1/settings convention and prevents the "GET → edit →
POST" flow from poisoning the stored key with a mask string.

