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 a list of recordings from a channel call
get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings
Authorizations
Path parameters
workspaceIdstring · uuidrequired
The ID of the workspace
callIdstring · uuidrequired
The ID for a call
channelIdstring · uuidrequired
The ID for a channel
Query parameters
limitinteger · min: 1 · max: 1000 · default: 10
Limits the number of results to return
pageTokenstring · max: 8000
Pagination token that keeps of track of the current position in the list
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
404
422
Example 1: Get the list of call recordings
You might consider filtering the recording list based on a limit for example.
Last updated
Was this helpful?