Skip to main content
GET
Admin Get 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

Call ID to retrieve

Minimum string length: 1

Response

200 - application/json

Full call record with transcript and insights

callId
string | null
required

Unique call identifier

tenantId
number | null
required

Tenant ID

start
required

Call start time (ISO 8601)

end
required

Call end time (ISO 8601)

direction
string | null
required

Call direction (IN/OUT)

callerIdNum
string | null
required

Caller ID number

callerIdName
string | null
required

Caller ID name

dialedNum
string | null
required

Dialed number

dialedName
string | null
required

Dialed name

disposition
string | null
required

Call disposition

conversations
object[]
required

Formatted transcript and AI insights per user-session leg, ordered by answeredAt (empty when none available)

answeredAt
required

Answered-at time (ISO 8601)

transferred
number | null
required

Transferred flag

voicemail
number | null
required

Voicemail flag

queueCall
number | null
required

Queue call flag

uniqueId
string | null
required

Unique call session ID

recorded
number | null
required

Recorded flag