Agent Builder
List all agents
Returns a list of agents associated with the account.
get/public/v1/agents
Query parameters
status'NONE' | 'ACTIVE' | 'INACTIVE' | 'TRAINING' | 'TRAIN_ERROR'
Example:ACTIVE
Response
A list of agents
Example response
{
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Support Bot",
"description": "Main customer support agent",
"status": "ACTIVE",
"createdAt": "2024-01-01T12:00:00Z",
"updatedAt": "2024-01-01T12:00:00Z"
}
]
}