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.
Example response
{
"agent": {
"agent_id": "mho4lwzylcozgoc2",
"name": "HR Policy Agent"
}
}