Get a Recording

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

curl "/workspaces/{workspaceId}/recordings/{recordingId}" \
     -H 'Authorization: Bearer {Token}'

In order to directly retrieve the recording media, you must add the extension .mp3 to the above request.

/workspaces/{workspaceId}/recordings/{recordingId}.mp3

If successful, the above request will return a "307 Temporary Redirect” with the recording file.

Last updated