Endpoint
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