Skip to main content
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
Use the search parameter to quickly locate a specific agent by name instead of paginating through all results.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'agents' permission

Query Parameters

Filter results by agent name (partial match)

pageNo
integer
default:1

Page number to retrieve. Default 1.

Required range: x >= 1
pageSize
integer
default:10

Number of agents per page. Default 10.

Required range: 1 <= x <= 100

Response

Agents retrieved successfully

status
string
Example:

"success"

requestId
string
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

message
string
response
object