Logo
Zoom Public API Documentation

Get a meeting summary

GET {{baseUrl}}/meetings/:meetingId/meeting_summary

Displays information about a meeting summary.

Prerequisites: * Host user type must be Pro or higher plan. * The Meeting Summary with AI Companion feature enabled in the host's account. * E2ee meetings do not have summary feature enabled.

Scopes: meeting_summary:read:admin,meeting_summary:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "meeting_host_id": "<string>", "meeting_host_email": "<email>", "meeting_uuid": "<string>", "meeting_id": "<long>", "meeting_topic": "<string>", "meeting_start_time": "<dateTime>", "meeting_end_time": "<dateTime>", "summary_start_time": "<dateTime>", "summary_end_time": "<dateTime>", "summary_created_time": "<dateTime>", "summary_last_modified_time": "<dateTime>", "summary_title": "<string>", "summary_overview": "<string>", "summary_details": [ { "label": "<string>", "summary": "<string>" }, { "label": "<string>", "summary": "<string>" } ], "next_steps": [ "<string>", "<string>" ], "edited_summary": { "summary_details": "<string>", "next_steps": [ "<string>", "<string>" ] } }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/meeting_summary' -H 'Accept: application/json'

ENDPOINTS