List Voice Agents
Voice Agents Routes
List Voice Agents
Retrieves a paginated list of voice agents with filtering and sorting options.
GET
List 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
Page number (pagination).
Example:
1
Number of items to take per page (pagination).
Example:
10
Search query to filter agents by name.
Example:
"Test Agent"
Field to sort by.
Available options:
createdAt Example:
"createdAt"
Sort order.
Available options:
asc, desc Example:
"desc"
Multi-select filter on the type of voice agents.
Example:
["Single Prompt", "Flow Agent"]Multi-select filter on the language of voice agents.
Example:
["ar", "en"]