Cannot retrieve AI Companion meeting summary body via API (missing meeting:read:summary:master scope)

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:

  1. Is meeting:read:summary:master required for retrieving AI Companion summary body text?
  2. Is this scope available for single-tenant business accounts?
  3. Are AI Companion Summaries workspace summary bodies currently accessible via API?
  4. 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.

Thank you for posting in the Zoom Developer forum. It looks like you are trying to use the Get a meeting or webinar summary Master Account API. To use that endpoint, you need to have a master account enabled on your account. You can learn more about master account here : Primary (master) account APIs - API - Zoom Developer Docs

@Andrew24

I haven’t test that endpoint recently, are you saying the body is missing from the response ?

Yes, there is Get a meeting or webinar summary endpoint that is not Master account. Please see here :

Can you share an example of what is missing from the response so I can work with the engineering team? If you prefer, you can share the example privately.