List all active calls for given connection
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.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Telnyx connection id
Example:
"1293384261075731461"
Query Parameters
Consolidated page parameter (deepObject style). Originally: page[after], page[before], page[limit], page[size], page[number]
JavaScript