curl https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"title": "Weekly Product Sync",
"status": "completed",
"platform": "zoom",
"started_at": "2026-04-10T14:00:00Z",
"ended_at": "2026-04-10T14:47:32Z",
"duration_seconds": 2852,
"language": "en",
"participants": [
{
"id": "prt_a1b2c3",
"name": "Sarah Chen",
"email": "sarah@example.com",
"role": "host",
"speaking_duration_seconds": 842,
"joined_at": "2026-04-10T13:59:12Z",
"left_at": null
},
{
"id": "prt_d4e5f6",
"name": "James Rodriguez",
"email": "james@example.com",
"role": "attendee",
"speaking_duration_seconds": 623,
"joined_at": "2026-04-10T14:00:31Z",
"left_at": null
},
{
"id": "prt_g7h8i9",
"name": "Priya Patel",
"email": "priya@example.com",
"role": "attendee",
"speaking_duration_seconds": 534,
"joined_at": "2026-04-10T14:01:05Z",
"left_at": "2026-04-10T14:42:18Z"
}
],
"recording": {
"file_size_bytes": 34521088,
"format": "webm",
"sample_rate": 16000,
"channels": 1
},
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"calendar_event_id": "cal_evt_x7y8z9",
"tags": ["product", "weekly"],
"created_at": "2026-04-10T13:58:12Z",
"updated_at": "2026-04-10T14:52:08Z"
}
Retrieve detailed information about a specific meeting, including participants and associated resources.
curl https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"title": "Weekly Product Sync",
"status": "completed",
"platform": "zoom",
"started_at": "2026-04-10T14:00:00Z",
"ended_at": "2026-04-10T14:47:32Z",
"duration_seconds": 2852,
"language": "en",
"participants": [
{
"id": "prt_a1b2c3",
"name": "Sarah Chen",
"email": "sarah@example.com",
"role": "host",
"speaking_duration_seconds": 842,
"joined_at": "2026-04-10T13:59:12Z",
"left_at": null
},
{
"id": "prt_d4e5f6",
"name": "James Rodriguez",
"email": "james@example.com",
"role": "attendee",
"speaking_duration_seconds": 623,
"joined_at": "2026-04-10T14:00:31Z",
"left_at": null
},
{
"id": "prt_g7h8i9",
"name": "Priya Patel",
"email": "priya@example.com",
"role": "attendee",
"speaking_duration_seconds": 534,
"joined_at": "2026-04-10T14:01:05Z",
"left_at": "2026-04-10T14:42:18Z"
}
],
"recording": {
"file_size_bytes": 34521088,
"format": "webm",
"sample_rate": 16000,
"channels": 1
},
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"calendar_event_id": "cal_evt_x7y8z9",
"tags": ["product", "weekly"],
"created_at": "2026-04-10T13:58:12Z",
"updated_at": "2026-04-10T14:52:08Z"
}
mtg_8f3k2j1m4n5p).scheduled, in_progress, processing, completed, or failed.Show Participant object
prt_abc123).host, co_host, or attendee.null if they were present until the end.null if not yet available.null if not yet generated.curl https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"title": "Weekly Product Sync",
"status": "completed",
"platform": "zoom",
"started_at": "2026-04-10T14:00:00Z",
"ended_at": "2026-04-10T14:47:32Z",
"duration_seconds": 2852,
"language": "en",
"participants": [
{
"id": "prt_a1b2c3",
"name": "Sarah Chen",
"email": "sarah@example.com",
"role": "host",
"speaking_duration_seconds": 842,
"joined_at": "2026-04-10T13:59:12Z",
"left_at": null
},
{
"id": "prt_d4e5f6",
"name": "James Rodriguez",
"email": "james@example.com",
"role": "attendee",
"speaking_duration_seconds": 623,
"joined_at": "2026-04-10T14:00:31Z",
"left_at": null
},
{
"id": "prt_g7h8i9",
"name": "Priya Patel",
"email": "priya@example.com",
"role": "attendee",
"speaking_duration_seconds": 534,
"joined_at": "2026-04-10T14:01:05Z",
"left_at": "2026-04-10T14:42:18Z"
}
],
"recording": {
"file_size_bytes": 34521088,
"format": "webm",
"sample_rate": 16000,
"channels": 1
},
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"calendar_event_id": "cal_evt_x7y8z9",
"tags": ["product", "weekly"],
"created_at": "2026-04-10T13:58:12Z",
"updated_at": "2026-04-10T14:52:08Z"
}