Skip to main content
GET
Get meeting

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

Meeting ID

Response

Meeting details

id
string

Unique meeting identifier

object
enum<string>
Available options:
meeting
title
string | null

Meeting title

meeting_url
string

Original meeting URL

bot_name
string

Name of the recording bot

join_type
string | null

How the bot joined (scheduled, adhoc)

join_at
string<date-time> | null
completed_at
string<date-time> | null
status
enum<string>

Current status of the meeting recording

Available options:
pending,
joining_call,
in_waiting_room,
in_call_not_recording,
in_call_recording,
call_ended,
recording_done,
done,
fatal,
recording_permission_denied,
media_expired,
cancelled
workspace_id
string
recording_url
string | null

URL to download the meeting recording (when available)

cancelled_at
string<date-time> | null

When the meeting was cancelled (if cancelled)

cancelled_by
string | null

User ID who cancelled the meeting

cancel_reason
string | null

Reason for cancellation

participants
object[]

List of meeting participants

participant_count
integer
transcript
object | null

Transcript summary if available

has_transcript
boolean
analysis
object | null

Analysis summary if available

tasks
object[]

Tasks extracted from the meeting

task_count
integer
decisions
object[]

Decisions made during the meeting

decision_count
integer
created_at
string<date-time>
updated_at
string<date-time>