{
"page": 1,
"next_page_url": "https://platform.riverside.fm/api/v3/recordings?studioId=studio123&page=2",
"total_items": 45,
"total_pages": 3,
"data": [
{
"recording_id": "rec123",
"name": "Episode 12 - Interview with Jane",
"project_id": "proj789",
"project_name": "Season 1",
"studio_id": "studio456",
"studio_name": "Main Studio",
"status": "ready",
"created_date": "2025-01-15T14:30:00Z",
"tracks": [
{
"id": "track001",
"type": "participant",
"status": "done",
"files": [
{
"type": "raw_audio",
"download_url": "https://platform.riverside.fm/api/v3/download/file/file001"
},
{
"type": "raw_video",
"download_url": "https://platform.riverside.fm/api/v3/download/file/file002"
}
]
}
],
"transcription": {
"status": "done",
"files": [
{
"type": "srt",
"download_url": "https://platform.riverside.fm/api/v3/download/transcription/rec123?type=srt"
},
{
"type": "txt",
"download_url": "https://platform.riverside.fm/api/v3/download/transcription/rec123?type=txt"
}
]
}
}
]
}