Skip to main content
Skip table of contents

Retrieve Recording Media

Endpoint: GET /{id}/Media

Description: Retrieves the unencrypted MP3 media stream for a specific recording.

Path Parameter:

  • id (string, format: uuid): Unique identifier for the recording.

Responses:

  • 200 OK: Returns a stream of the MP3 audio file with content type audio/mpeg.

  • 400 Bad Request: If the provided UUID is invalid.

  • 404 Not Found: If no recording exists with the given identifier.

  • Other errors: 401, 403, 500, and 504.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.