List recordings
Get the playable audio
Resolve the master metadata (finalize-on-read), which points at the raw byte stream:raw_url of the form
GET /recordings/{recording_id}/media/{media_file_id}/raw — the actual audio bytes the player loads:
Where it’s stored
Recordings live in the bucket configured byMINIO_* (Configuration).
On a self-host that’s infrastructure you control; air-gapped deployments keep recordings entirely in-VPC.
A recording is the raw meeting audio. For the text of who-said-what with timestamps, use the
transcript — see the
Meetings API.