Skip to main content

Retrieve a Queue Member.

GET 

/Accounts/:AccountSid/Queues/:QueueSid/Members/:CallSid

Retrieve a single queue member.

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.

    CallSid uuidrequired

    The unique identifier for the call.

Responses

OK

Schema

    call_sid get_call_id (string)

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

    date_enqueued date_enqueued (string)

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

    position position (string)

    The member's current place in the queue.

    uri uri (string)

    The URL of this resource.

    wait_time wait_time (string)

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

Loading...