Skip to main content
GET
Get Agent Profile

Authorizations

X-Access-Token
string
header
required

Path Parameters

name
string
required
Required string length: 1 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$

Query Parameters

org_id
string<uuid> | null

Response

Successful Response

name
string
required
profile
OpenHandsAgentProfile · object
required

agent_kind="openhands" profile — references an LLM profile by name.

Mirrors the configurable surface of :class:~openhands.sdk.settings.model.OpenHandsAgentSettings, except the concrete llm is replaced by :attr:llm_profile_ref (resolved against the LLM profile store) and mcp_config by the inherited :attr:~AgentProfileBase.mcp_server_refs.