Skip to main content
Returns all agents associated with your account, ordered by creation time (newest first). Use this endpoint to enumerate agents, check their status, or retrieve the proxy and webhook URLs you need to configure your voice platform. Supports cursor-based pagination for accounts with many agents.

Endpoint

Requires masker_session authentication.

Query parameters

number
default:"25"
Maximum number of agents to return. Accepted range: 1–100.
string
Pagination cursor from a previous response’s next_cursor field. Omit to start from the first page.
string
Case-insensitive substring filter on agent name. Returns only agents whose name includes the given string.

Response fields

object[]
required
Array of agent objects.
string | null
required
Cursor for the next page of results. Pass this as the cursor query parameter on the next request. null when you have reached the last page.

Example

Response

Errors