Hi everyone,
I’m building an automation (Server-to-Server OAuth app, account level) that fetches Zoom meeting content and turns it into tasks in another tool. Fetching raw transcripts via the cloud recording endpoints works fine now.
My question is specifically about AI Companion Notes, which would be a much better format for my use case than raw transcripts or meeting summaries.
What I know so far: Zoom exposes GET /meetings/meeting_summaries (account wide) and GET /meetings/{meetingId}/meeting_summary, with meeting:read:list_summaries:admin and meeting:read:summary:admin. My app also has my_notes:read:content:admin active.
What I can’t figure out:
- Is there an endpoint to list and retrieve AI Companion Notes across the account, not just per meeting summaries?
- Or is meeting_summaries the only path exposed today?
- Has anyone successfully pulled AI Companion notes or summaries via the API in production? Any restrictions to be aware of beyond plan requirements and E2EE limitations?
Thanks a lot!
Arthur