List call recordings of a 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
A list of channel call recordings
nextPageTokenstringOptional
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
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
Last updated
Was this helpful?

