GET
/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.jsonList queue members
Lists the members currently in a queue. Use PageSize, Page, and PageToken to control pagination while retrieving queued calls.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the queue members, matching the 34-character `AC` SID format.
QueueSidstringrequired
The queue SID whose members to list, matching the 34-character `QU` SID format.
PageSizeintegeroptional
The number of queue members to return per page. Defaults to 50 when omitted and must be between 1 and 1000.
Pageintegeroptional
The zero-based page index used for client-side pagination. Must be zero or greater when supplied.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific subsequent page.
200Returns a paginated object containing queue members in `queue_members`, along with page indexes, resource counts, and navigation URIs.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
queue_membersarray<object>optional
Error handling
AccountSid must be a 34-character account SID beginning with AC, and QueueSid must be a 34-character queue SID beginning with QU. PageSize must be between 1 and 1000, and Page must be zero or greater when supplied.