Skip to main content

List All Queue Members

GET 

/Accounts/:AccountSid/Queues/:QueueSid/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.

Request

Path Parameters

    AccountSid uuidrequired

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

    QueueSid uuidrequired

    The unique identifier for the queue.

Responses

OK

Schema

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

    The name of object.

    last_page_uri

    The URI for the last page.

    num_pages

    The name of object.

    queue_members

    object[]

  • Array [

  • call_sid string

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

    date_enqueued string

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

    position string

    The member's current place in the queue.

    uri string

    The URL of this resource.

    wait_time string

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

  • ]

  • start

    The name of object.

    total

    The name of object.

    account_sid

    The unique identofier for account.

    queue_sid

    The unique identifier for queue.

Loading...