Skip to main content

List All Queue Members

The ability to read all of the queue members that are waiting in a particular queue. This will be returned as a list of members.

Permissions

The API token must include the following scopes: Voice.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier for the account this Queue is associated with.

QueueSid uuid REQUIRED

The unique identifier for the queue.

Responses
200

OK

Schema OPTIONAL
uri string OPTIONAL
first_page_uri string OPTIONAL
next_page_uri string OPTIONAL
previous_page_uri string OPTIONAL
page integer OPTIONAL
page_size integer OPTIONAL
end OPTIONAL

The name of object.

last_page_uri OPTIONAL

The URI for the last page.

num_pages OPTIONAL

The name of object.

queue_members object[] OPTIONAL
call_sid string OPTIONAL

The unique identifier for the call this Queue Member is associated with.

date_enqueued string OPTIONAL

The date, in RFC 2822 format, the queue member was enqueued.

position string OPTIONAL

The member's current place in the queue.

uri string OPTIONAL

The URL of this resource.

wait_time string OPTIONAL

The contents of the Bin, this evaluate to valid XML, with additional support for mustache templating.

start OPTIONAL

The name of object.

total OPTIONAL

The name of object.

account_sid OPTIONAL

The unique identofier for account.

queue_sid OPTIONAL

The unique identifier for queue.