get meeting invite
Get a meeting invite by ID for the authenticated organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Meeting invite ID.
Response
Successfully retrieved meeting invite
A meeting invite created for a persona.
Unique identifier for the meeting invite.
Meeting provider inferred from the meeting URL.
google_meet, zoom, microsoft_teams Normalized meeting URL.
Display name used in the meeting.
Current invite status.
pending, active, cancelled, ended, failed Time the invite was created.
Scheduled time the persona joins the meeting, or null when the persona was asked to join immediately.
Whether group-call turn-taking is enabled for this invite (respond only when addressed by name; silent join).
Engine session ID once the meeting session has started, otherwise null.
Region the persona joined the call from. May differ from the requested region when the invite was served by another region for availability. Additional region values may be introduced over time; treat unrecognized values as informational rather than an error.
eu, us-east, us-west, null Latest observed call-participation detail for the persona, updated asynchronously as the persona connects, waits for admission, joins, and leaves. Null until the first update arrives. Values may be added over time; treat unrecognized values as informational.
joining, waiting_room, in_call, media_denied, media_granted, media_active, left, done, error, null Reason attached to a terminal participation state — for example removed_by_host, meeting_ended, not_admitted, join_denied, meeting_link_invalid, meeting_not_started, idle_timeout, left_call, or provider_error. Null while the invite is in progress. Values may be added over time; treat unrecognized values as informational.

