curl -G https://api.mavioapp.com/v1/meetings \
-H "Authorization: Bearer mvo_live_abc123" \
-d limit=10 \
-d status=completed \
-d from=2026-04-01T00:00:00Z
{
"data": [
{
"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,
"participant_count": 6,
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"language": "en",
"created_at": "2026-04-10T13:58:12Z"
},
{
"id": "mtg_7e2d1c0b9a8g",
"title": "Customer Discovery Call — Acme Corp",
"status": "completed",
"platform": "google_meet",
"started_at": "2026-04-09T10:30:00Z",
"ended_at": "2026-04-09T11:15:44Z",
"duration_seconds": 2744,
"participant_count": 3,
"transcript_id": "trs_5f4e3d2c1b0a",
"summary_id": "sum_6l5k4j3i2h1g",
"language": "en",
"created_at": "2026-04-09T10:28:55Z"
}
],
"pagination": {
"total": 47,
"limit": 10,
"offset": 0,
"has_more": true
}
}
Retrieve a paginated list of meetings for the authenticated user.
curl -G https://api.mavioapp.com/v1/meetings \
-H "Authorization: Bearer mvo_live_abc123" \
-d limit=10 \
-d status=completed \
-d from=2026-04-01T00:00:00Z
{
"data": [
{
"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,
"participant_count": 6,
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"language": "en",
"created_at": "2026-04-10T13:58:12Z"
},
{
"id": "mtg_7e2d1c0b9a8g",
"title": "Customer Discovery Call — Acme Corp",
"status": "completed",
"platform": "google_meet",
"started_at": "2026-04-09T10:30:00Z",
"ended_at": "2026-04-09T11:15:44Z",
"duration_seconds": 2744,
"participant_count": 3,
"transcript_id": "trs_5f4e3d2c1b0a",
"summary_id": "sum_6l5k4j3i2h1g",
"language": "en",
"created_at": "2026-04-09T10:28:55Z"
}
],
"pagination": {
"total": 47,
"limit": 10,
"offset": 0,
"has_more": true
}
}
started_at descending (most recent first). Use query parameters to filter by status, date range, or paginate through results.
scheduled, in_progress, processing, completed, or failed.2026-01-01T00:00:00Z).2026-03-31T23:59:59Z).zoom, google_meet, microsoft_teams, desktop, mobile, browser.Show Meeting object
mtg_abc123def456).scheduled, in_progress, processing, completed, or failed.zoom, google_meet, desktop).null if still in progress.null if still in progress.null if not yet available.null if not yet generated.en).curl -G https://api.mavioapp.com/v1/meetings \
-H "Authorization: Bearer mvo_live_abc123" \
-d limit=10 \
-d status=completed \
-d from=2026-04-01T00:00:00Z
{
"data": [
{
"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,
"participant_count": 6,
"transcript_id": "trs_9a2b3c4d5e6f",
"summary_id": "sum_1g2h3i4j5k6l",
"language": "en",
"created_at": "2026-04-10T13:58:12Z"
},
{
"id": "mtg_7e2d1c0b9a8g",
"title": "Customer Discovery Call — Acme Corp",
"status": "completed",
"platform": "google_meet",
"started_at": "2026-04-09T10:30:00Z",
"ended_at": "2026-04-09T11:15:44Z",
"duration_seconds": 2744,
"participant_count": 3,
"transcript_id": "trs_5f4e3d2c1b0a",
"summary_id": "sum_6l5k4j3i2h1g",
"language": "en",
"created_at": "2026-04-09T10:28:55Z"
}
],
"pagination": {
"total": 47,
"limit": 10,
"offset": 0,
"has_more": true
}
}