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
, and504
.