{
"page": 0,
"next_page_url": "/api/v2/recordings?studioId=1&page=1",
"total_items": 200,
"total_pages": 2,
"data": [{
"recording_id": "rec123",
"name": "Recording 1",
"project_id": "640479c9-1222-4161-1234-dee0d855e685",
"project_name": "Project 1",
"studio_id": "640479c9-1222-4161-1234-dee0d855e685",
"studio_name": "Studio 1",
"status": "ready",
"created_date": "2024-04-28T12:00:00Z",
"tracks": [{
"id": "track123",
"type": "participant",
"status": "done",
"files": [{
"type": "compressed_audio",
"download_url": "https://api.riverside.fm/downloads/audio123.mp3"
}]
}, {
"id": "track456",
"type": "screenshare",
"status": "done",
"files": [{
"type": "raw_video",
"download_url": "https://example.com/downloads/video456.mp4"
}]
}]
}, {
"recording_id": "rec456",
"name": "Recording 2",
"project_id": "640479c9-1222-4161-1234-dee0d855e685",
"project_name": "Project 1",
"studio_id": "640479c9-1222-4161-1234-dee0d855e685",
"studio_name": "Studio 1",
"status": "uploading",
"created_date": "2024-04-27T10:30:00Z",
"tracks": [{
"id": "track789",
"type": "media board",
"status": "processing",
"files": []
}]
}, {
.....
}]
}