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

    uristring
    first_page_uristring
    next_page_uristring
    previous_page_uristring
    pageinteger
    page_sizeinteger
    end

    The name of object.

    Example: 0
    last_page_uri

    The URI for the last page.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Queues/b3877c40-da60-4998-90ad-b792e98472qu/Members.json?Page=0&PageSize=50
    num_pages

    The name of object.

    Example: 1

    queue_members

    object[]

  • Array [

  • call_sidget_call_id (string)

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

    Example: b3877c40-da60-4998-90ad-b792e98472af
    date_enqueueddate_enqueued (string)

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

    Example: Wed, 26 Sept 2018 22:00:00 +0000
    positionposition (string)

    The member's current place in the queue.

    Example: 1
    uriuri (string)

    The URL of this resource.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/LamlBins/5184b831-184f-4209-872d-ccdccc80f2f1
    wait_timewait_time (string)

    The number of seconds the member has been in the queue.

    Example: 300
  • ]

  • start

    The name of object.

    Example: 0
    total

    The name of object.

    Example: 1
    account_sid

    The unique identofier for account.

    Example: b3877c40-da60-4998-90ad-b792e98472ac
    queue_sid

    The unique identifier for queue.

    Example: b3877c40-da60-4998-90ad-b792e98472qu