Voice Agent
List Voice Agents
List unique agents with pagination.
POST
Use
filter_criteria.channel with value: "voice" to list only voice agents.
The response is paginated. Read agents from items, then pass the returned pagination_key on the next request while has_more is true.
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Query Parameters
Maximum number of items to return.
Required range:
x <= 1000Sort order for results.
Available options:
ascending, descending Pagination key for fetching the next page.
Body
application/json
Filters for listing agents. All provided filters are connected with AND.

