Skip to main content

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

NameInTypeRequiredDescription
namepathstringyes
org_idquery`stringnull`no

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
namestringyes
profile`FaheemCodeAgentProfileACPAgentProfile`yes

Operation ID: get_agent_profile_api_agent_profiles__name__get