Skip to main content

Retrieve calls from a queue

GET 
/queues/:queue_name/calls

Retrieve the list of calls in an existing queue

Request

Path Parameters

    queue_name stringrequired

    Uniquely identifies the queue by name

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: Successful response with a list of calls in a queue.

404: Conference does not exist

Loading...