Skip to main content
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_KEY

Query Parameters

integer
default:"20"
Number of agents to return (1-100)
string
Pagination cursor from a previous response
string
Filter by status: active or inactive
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

Error Codes