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: Rate Limit Label: meeting_summary:read:admin
,meeting_summary:read
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>"
]
}
} |
ENDPOINTS