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.
Get a list of recordings from a channel call
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
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: 1000OptionalDefault:
Limits the number of results to return
10pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list
Responses
200
OK
application/json
Responseall of
404
The request did not pass validation
application/json
422
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordingsExample 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?

