I am using a Server-to-Server OAuth app.
The endpoint
GET /v2/meetings/meeting_summaries
successfully returns over 1,000 AI Companion summaries for my account.
However retrieving the summary body with:
GET /v2/accounts/{accountId}/meetings/{meetingUUID}/meeting_summary
returns:
Invalid access token, does not contain scopes:[meeting:read:summary:master]
My app already includes:
meeting:read:list_summaries:admin
meeting:read:summary:admin
meeting:read:meeting:admin
Questions:
- Is meeting:read:summary:master required for retrieving AI Companion summary body text?
- Is this scope available for single-tenant business accounts?
- Are AI Companion Summaries workspace summary bodies currently accessible via API?
- If not, is there a planned API endpoint for accessing them?
The summaries are visible in the Zoom web portal under AI Companion → Summaries → My Summaries.