Agents
List Agents
List all agents in your account
GET
Request
Retrieve a paginated list of all AI voice agents in your account.Headers
Bearer token for authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
Number of agents to return (1-100)
Pagination cursor from a previous response
Filter by status:
active or inactiveSearch agents by name
Sort order:
asc or desc (by created_at)Response
Array of agent objects
Whether there are more results available
Cursor for fetching the next page
Total number of agents matching the filter
Error Codes
| Code | Description |
|---|---|
invalid_cursor | The pagination cursor is invalid or expired |
invalid_status | Status must be ‘active’ or ‘inactive’ |