Skip to main content
GET

List Agents

Retrieve a list of voice agents with optional filtering by status, direction, and search terms. Supports pagination for large datasets.

Endpoint

Path parameters

None

Query parameters

string
Filter by agent status. Options: draft, published
string
Filter by call direction. Options: inbound, outbound
Search by agent name or label
integer
Number of items per page (default: 20)
integer
Page number for pagination (default: 1)

Request headers

string
required
Bearer token for authentication. Format: Bearer talq_your_environment_token_here

Example requests

Response

Success Response (200 OK)

Error responses

Validation Error (422)

Unauthorized Error (401)

Too Many Requests (429)