Get a call recording

In order to retrieve a active recording metadata, you can use the following endpoint.

Get channel call recording

get

Get a channel call recording

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

recordingIdstring · uuidRequired

The ID for a call recording

Responses
200

OK

application/json
get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}

Example 1: Get a specific call recording

Last updated

Was this helpful?