Retrieve a list of voice agents
Voice Agents
Get Voice Agents List Route
deprecated
GET
Retrieve a list of voice agents
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Query Parameters
A search query to search agents by name
Example:
"Test Agent"
Optional sort field
Available options:
createdAt Example:
"createdAt"
Optional sort order
Available options:
asc, desc Example:
"desc"
Multi-select filter on the type of the voice agents to return
Example:
["Single Prompt", "Flow Agent"]
Multi-select filter on the language of the voice agents to return
Example:
["ar", "en"]