Agents
Search agents
Search for agents by agent name.
post/rest/api/v1/agents/search
Request body
Example request
{
"name": "HR Policy Agent"
}Response
Success
Example response
{
"agents": [
{
"agent_id": "mho4lwzylcozgoc2",
"name": "HR Policy Agent",
"description": "This agent answers questions about the current company HR policies."
}
]
}