Get Call
Get CometChat call details by sessionId with REST API, including participants, metrics, duration, recording and transcription information.
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
hasRecordingis true)
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 astate field:
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Headers
UID of the user on whose behalf the action is performed.
Path Parameters
Call to Retreive
Query Parameters
Pass true to leave the participants array out of the response. Only the exact value true omits it; any other value is ignored.
Pass true to leave the recordings array out of the response. Only the exact value true omits it; any other value is ignored.
Pass true to leave the transcriptions array out of the response. Only the exact value true omits it; any other value is ignored.
Response
Rereives Call Details
Response data