ListQueueMembers lists all members of a queue.
GET/api/v1/engagements/routing/queues/:queueId/members
Returns members with current availability status. Supports pagination and search.
Filtering
- available_only: Only return currently available agents
- search: Filter by name or email
Pagination
- page: Page number (1-based, default 1)
- per_page: Results per page (default 20, max 100)
Errors
- NOT_FOUND: Queue does not exist
Request
Responses
- 200
- default
A successful response.
An unexpected error response.