Skip to main content
GET
Get Call
Retrieve detailed information about a specific call using its session ID. This endpoint returns complete call data including all participants, their individual metrics, and recording and transcription information. The transcriptions array carries at most the 5 most recent transcriptions of the call. Use Get Call Transcriptions for the full, paginated list.

When to Use

Example Request

Response Details

The response includes:
  • Call metadata: Type, mode, status, duration, timestamps
  • Participants array: Each participant’s UID, device ID, join/leave times, and individual audio/video minutes
  • Recordings array: Recording IDs, URLs, duration, and timestamps (if hasRecording is true)
The sessionId is returned when a call is initiated via the SDK or can be found in the List Calls response.

Participant States

Each participant in the response has a state field:

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Headers

onBehalfOf
string

UID of the user on whose behalf the action is performed.

Path Parameters

sessionId
string
required

Call to Retreive

Query Parameters

hideParticipants
boolean

Pass true to leave the participants array out of the response. Only the exact value true omits it; any other value is ignored.

hideRecording
boolean

Pass true to leave the recordings array out of the response. Only the exact value true omits it; any other value is ignored.

hideTranscription
boolean

Pass true to leave the transcriptions array out of the response. Only the exact value true omits it; any other value is ignored.

Response

200 - application/json

Rereives Call Details

data
object

Response data