Get a Recording
In order to retrieve a recording metadata, you can use the following endpoint.
Get recording
Get recording
GET/workspaces/{workspaceId}/recordings/{recordingId}
Authorization
Path parameters
workspaceId*string
recordingId*string
Response
The recording metadata
Body
id*Recording ID
The ID for the recording.
source*RecordingSource (enum)
callconference
sourceId*Source ID
The ID for the source.
channelIdChannel ID
The ID for the channel.
status*RecordingStatus (enum)
acceptedcompletedongoingpausedavailableabsentfailed
directionRecordingDirection (enum)
incomingoutgoing
originatorChannelCallOriginatorOrReceiver
receiverChannelCallOriginatorOrReceiver
origin*RecordingOrigin (enum)
call-command-recordcall-command-record-callcreate-callbridge-call
durationinteger (int64)
stereo*boolean
format*string
transcription*boolean
conferenceIdConference ID
The ID for the conference.
urlstring
roomInfoUrlstring
createdAt*string (date-time)
updatedAt*string (date-time)
endedAtstring (date-time)
startedAtstring (date-time)
Request
Response
In order to directly retrieve the recording media, you must add the extension .mp3
to the above request.
If successful, the above request will return a "307 Temporary Redirect” with the recording file.
Last updated