List all agents
Agents API
List Agents
Retrieve a paginated list of agents with optional search filtering
GET
List all agents
Overview
Retrieve a paginated list of all voice agents belonging to your organization. Results can be filtered by agent name and paginated for easy navigation through large collections.Required Permission
agents
Query Parameters
Example cURL
Response
Success (200)
Response Fields
Use Cases
- Viewing all agents in your organization
- Searching for a specific agent by name before retrieving its full configuration
- Building an agent management dashboard with pagination
Save the
requestId from every response. You will need it if you contact Inya support to trace a specific request.Authorizations
API key with 'agents' permission
Query Parameters
Filter results by agent name (partial match)
Page number to retrieve. Default 1.
Required range:
x >= 1Number of agents per page. Default 10.
Required range:
1 <= x <= 100