> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riverside.fm/llms.txt
> Use this file to discover all available pages before exploring further.

# Recording Object

> Recordings can be recorded in the Riverside studio or uploaded to Riverside. They group together the separate tracks, transcription, and related files. Recordings often reflect a "take."

`id` Unique identifier for the recording.

`name` Name of the recording.

`tracks` List of tracks associated with the recording.

`status` Status of the recording can be either `uploading`, `processing` or `ready`. Since recordings have multiple tracks, this status is based on the "least-baked" track contained in the recording.

`created_date` Date when the recording was created.

`transcription`

* `status` either `transcribing` or `done`
* `files` list of transcription files that can be downloaded when done
