Skip to main content

List all active calls for given connection

GET 
/connections/:connection_id/active_calls

Lists all active calls for given connection. Acceptable connections are either SIP connections with webhook_url or xml_request_url, call control or texml. Returned results are cursor paginated.

Request

Path Parameters

    connection_id stringrequired

    Telnyx connection id

Query Parameters

    page[limit] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    Limit of records per single page

    page[after] string

    Default value: null

    Opaque identifier of next page

    page[before] string

    Default value: null

    Opaque identifier of previous page

Responses

200: Successful response with list of details about active calls.

default: Unexpected error

Loading...