Get agent profile
GET /api/agent-profiles/{name}
Get a stored profile — secret-free at rest, nothing to mask. Unlike the LLM-profile GET in org_profiles, there is no X-Expose-Secrets handling here at all: the profile carries only references (llm_profile_ref, mcp_server_refs) and a disabled_skills deny-list of names.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
name | path | string | yes | — |
org_id | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | — |
profile | `FaheemCodeAgentProfile | ACPAgentProfile` | yes |
Operation ID: get_agent_profile_api_agent_profiles__name__get