Agents
List Agents
List all agents in your account
GET
Request
Retrieve a paginated list of all AI voice agents in your account.Headers
string
required
Bearer token for authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
integer
default:"20"
Number of agents to return (1-100)
string
Pagination cursor from a previous response
string
Filter by status:
active or inactivestring
Search agents by name
string
default:"desc"
Sort order:
asc or desc (by created_at)Response
array
Array of agent objects
boolean
Whether there are more results available
string
Cursor for fetching the next page
integer
Total number of agents matching the filter