v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01165164.7 KB
Agents

Get agent

Retrieve details for an agent available to the authenticated user.

get/api/agents/{agent_id}

Path parameters

agent_idstring required

ID of the agent to retrieve.

Response

Successful response.

request_idstring required

Platform-generated request ID for support correlation.

Example response

{
  "agent": {
    "agent_id": "mho4lwzylcozgoc2",
    "name": "HR Policy Agent"
  }
}