Skip to main content

Retrieve a call from a queue

GET 
/queues/:queue_name/calls/:call_control_id

Retrieve an existing call from an existing queue

Request

Path Parameters

    queue_name stringrequired

    Uniquely identifies the queue by name

    call_control_id stringrequired

    Unique identifier and token for controlling the call

Responses

200: Successful response with details about a call in a queue.

404: Conference does not exist

Loading...