Retrieve a list of voice agents
Voice Agents
Get Voice Agents List Route
deprecated
GET
Retrieve a list of voice agents
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
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"]