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.Documentation Index
Fetch the complete documentation index at: https://docs.masker.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
masker_session authentication.
Query parameters
Maximum number of agents to return. Accepted range: 1–100.
Pagination cursor from a previous response’s
next_cursor field. Omit to start from the first page.Case-insensitive substring filter on agent name. Returns only agents whose name includes the given string.
Response fields
Array of agent objects.
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
| Status | Code | Meaning |
|---|---|---|
401 | unauthenticated | Missing or invalid masker_session cookie |
422 | validation_failed | Bad query parameter value |