Get Meeting
get_meetingRetrieve a meeting's full details and participant list by conference key. Optionally specify fields to narrow the response.
Instructions
One meeting with its full participant list. Returns everything the payload has by default — detail is asked for by key, and for the detail: conference_key, room_name, title, start, end (ISO-8601, local zone, to the second), participants_count, participants and invited_participants (full; a guest without an account → {name, is_anonymous: true} — anonymousName is all the identification they have), has_chat, recording_ids, session_halls_artifacts. A field the API did not send is simply missing, which means "not in this payload", not "no data at all".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | narrow the row to these; omitted → every field above. | |
| conference_key | Yes | the conference_key from list_meetings (a recording exposes the same value under conference_key too). | |
| participant_fields | No | narrow each participant; omitted → every userInfo field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |