Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_id
string
required

Telnyx connection id

Example:

"1293384261075731461"

Query Parameters

page
object

Consolidated page parameter (deepObject style). Originally: page[after], page[before], page[limit], page[size], page[number]

Response

Successful response with list of details about active calls.

data
Active Call · object[]
meta
Cursor Pagination Meta · object