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 information.

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

Headers

onBehalfOf
string

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

Path Parameters

sessionId
string
required

Call to Retrieve

Response

200

data
object[]