Logo
Zoom Public API Documentation

Get a meeting

GET {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>

Retrieve the given meeting's details.

Scopes: meeting:read,meeting:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string Meeting occurrence ID. Provide this field to view meeting details of a particular occurrence of the [recurring meeting](https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings).
show_previous_occurrences
string Set this field's value to `true` to view meeting details of all previous occurrences of a [recurring meeting](https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "assistant_id": "<string>", "host_email": "<email>", "host_id": "<string>", "id": "<long>", "uuid": "<string>", "agenda": "<string>", "created_at": "<dateTime>", "duration": "<integer>", "encrypted_password": "<string>", "h323_password": "<string>", "join_url": "<string>", "chat_join_url": "<string>", "occurrences": [ { "duration": "<integer>", "occurrence_id": "<string>", "start_time": "<dateTime>", "status": "available" }, { "duration": "<integer>", "occurrence_id": "<string>", "start_time": "<dateTime>", "status": "deleted" } ], "password": "<string>", "pmi": "<string>", "pre_schedule": false, "recurrence": { "type": 1, "end_date_time": "<dateTime>", "end_times": 1, "monthly_day": 1, "monthly_week": 4, "monthly_week_day": 6, "repeat_interval": "<integer>", "weekly_days": "1" }, "settings": { "allow_multiple_devices": "<boolean>", "alternative_hosts": "<string>", "alternative_hosts_email_notification": true, "alternative_host_update_polls": "<boolean>", "approval_type": 2, "approved_or_denied_countries_or_regions": { "approved_list": [ "<string>", "<string>" ], "denied_list": [ "<string>", "<string>" ], "enable": "<boolean>", "method": "deny" }, "audio": "both", "audio_conference_info": "<string>", "authentication_domains": "<string>", "authentication_exception": [ { "email": "<email>", "name": "<string>", "join_url": "<string>" }, { "email": "<email>", "name": "<string>", "join_url": "<string>" } ], "authentication_name": "<string>", "authentication_option": "<string>", "auto_recording": "none", "breakout_room": { "enable": "<boolean>", "rooms": [ { "name": "<string>", "participants": [ "<string>", "<string>" ] }, { "name": "<string>", "participants": [ "<string>", "<string>" ] } ] }, "calendar_type": 2, "close_registration": false, "cn_meeting": false, "contact_email": "<string>", "contact_name": "<string>", "custom_keys": [ { "key": "<string>", "value": "<string>" }, { "key": "<string>", "value": "<string>" } ], "email_notification": true, "encryption_type": "e2ee", "enforce_login": "<boolean>", "enforce_login_domains": "<string>", "focus_mode": "<boolean>", "global_dial_in_countries": [ "<string>", "<string>" ], "global_dial_in_numbers": [ { "city": "<string>", "country": "<string>", "country_name": "<string>", "number": "<string>", "type": "toll" }, { "city": "<string>", "country": "<string>", "country_name": "<string>", "number": "<string>", "type": "tollfree" } ], "host_video": "<boolean>", "in_meeting": false, "jbh_time": 0, "join_before_host": false, "language_interpretation": { "enable": "<boolean>", "interpreters": [ { "email": "<email>", "languages": "<string>" }, { "email": "<email>", "languages": "<string>" } ] }, "sign_language_interpretation": { "enable": "<boolean>", "interpreters": [ { "email": "<email>", "sign_language": "<string>" }, { "email": "<email>", "sign_language": "<string>" } ] }, "meeting_authentication": "<boolean>", "mute_upon_entry": false, "participant_video": "<boolean>", "private_meeting": "<boolean>", "registrants_confirmation_email": "<boolean>", "registrants_email_notification": "<boolean>", "registration_type": 1, "show_share_button": "<boolean>", "use_pmi": false, "waiting_room": false, "watermark": false, "host_save_video_order": "<boolean>", "internal_meeting": false, "continuous_meeting_chat": { "enable": "<boolean>", "auto_add_invited_external_users": "<boolean>", "channel_id": "<string>" }, "participant_focused_meeting": false, "push_change_to_calendar": false, "resources": [ { "resource_type": "whiteboard", "resource_id": "<string>", "permission_level": "editor" }, { "resource_type": "whiteboard", "resource_id": "<string>", "permission_level": "editor" } ], "auto_start_meeting_summary": false, "auto_start_ai_companion_questions": false }, "start_time": "<dateTime>", "start_url": "<string>", "status": "started", "timezone": "<string>", "topic": "<string>", "tracking_fields": [ { "field": "<string>", "value": "<string>", "visible": "<boolean>" }, { "field": "<string>", "value": "<string>", "visible": "<boolean>" } ], "type": 2 }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=<string>&show_previous_occurrences=<boolean>?occurrence_id=<string>&show_previous_occurrences=<boolean>' -H 'Accept: application/json'

ENDPOINTS