List call recordings of a call
This endpoint lists all active call recordings of an active call. If you want to list recordings from a completed
call, you should use the Recordings API.
Command record a call
Get call recordings from a call
Get a list of recordings from a channel call
GET/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings
Authorization
Path parameters
workspaceId*string (uuid)
The ID of the workspace
callId*string (uuid)
The ID for a call
channelId*string (uuid)
The ID for a channel
Query parameters
Response
OK
Body
resultsarray of ChannelCallRecording
nextPageTokenstring
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
Request
Response
Example 1: Get the list of call recordings
You might consider filtering the recording list based on a limit for example.
Last updated