I’m looking to programmatically access AI-generated call summaries from Zoom Phone via the API. I’ve noticed that ai_call_summary_id appears in the call log details, but I can’t find any documented endpoint to retrieve the summary content itself.
Is there currently any support for accessing Zoom Phone AI Call Summaries via an account-level OAuth app (i.e. admin-level scope across all users), or is this feature strictly limited to user-context OAuth tokens?
Would appreciate any insight into whether this functionality is available now or potentially on the roadmap.
Thank you for your prompt reply.
Do you know if support for retrieving AI Call Summaries via Server-to-Server OAuth (account-level) is available now, or if it might be on the roadmap for future updates?
We’re aiming to avoid user-context tokens where possible for backend automation.
phone:read:ai_call_summary:admin scope is available to use for S2S OAuth app as well. You should see it and be able to query the endpoint after adding the scope.
However, for S2S at the admin/account level, there appears to be issues with mismatch scopes (:master vs :admin) that are unresolved. See below for further details: