Skip to main content
GET
Get a single call by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

callId
string
required

The provider-agnostic callId minted by Tether (also used as providerCallId for SDK calls).

Response

Call document

success
enum<boolean>
required
Available options:
true
call
object
required

A Call document. Many fields are provider-specific; clients should be tolerant of additional properties.

Example: