{
"data": [
{
"id": "rec_abc123",
"device_id": "dev_abc123",
"end_user_id": "eu_xyz789",
"name": "Product interview - Jane Doe",
"status": "completed",
"duration_ms": 1800000,
"started_at": "2025-01-15T09:00:00Z",
"ended_at": "2025-01-15T09:30:00Z",
"transcription_id": "txn_abc123",
"media": [
{
"id": "med_001",
"type": "audio",
"mime_type": "audio/opus",
"file_size_bytes": 2048576,
"status": "uploaded",
"captured_at": "2025-01-15T09:00:00Z",
"created_at": "2025-01-15T10:00:00Z"
}
],
"metadata": {
"meeting_type": "interview"
},
"created_at": "2025-01-15T10:00:00Z"
},
{
"id": "rec_def456",
"device_id": "dev_abc123",
"end_user_id": "eu_xyz789",
"name": null,
"status": "completed",
"duration_ms": 900000,
"started_at": "2025-01-14T14:00:00Z",
"ended_at": "2025-01-14T14:15:00Z",
"transcription_id": "txn_def456",
"media": [
{
"id": "med_010",
"type": "audio",
"mime_type": "audio/opus",
"file_size_bytes": 1024000,
"status": "uploaded",
"captured_at": "2025-01-14T14:00:00Z",
"created_at": "2025-01-14T15:00:00Z"
}
],
"metadata": null,
"created_at": "2025-01-14T15:00:00Z"
}
],
"has_more": true
}