Retrieving meeting_summary via API

Hello,

I am using the zoom API to retrieve meetings info and summaries.

There was a meeting on Dec 31st, 2024 that had an AI generated summary.

I see the summary when I log in to my account.

Meeting ID: 84481630996
UUID: X90qdtUOSceNozUq+b/+WQ==

Double encoded: X90qdtUOSceNozUq%252Bb%252F%252BWQ%253D%253D

When I am sending a GET request:

meetings/X90qdtUOSceNozUq%252Bb%252F%252BWQ%253D%253D/meeting_summary

I am getting:

{
“code”: 20113,
“message”: “entity not exist”
}

I tried the plain UUID and double encoded.

What can be the reason for that ?
Is there another way to retrieve the meeting_summary ?

You can contact me via email - evgeni.rovinsky@paldi.solutions
Or by phone - +380958852089

Thanks,
Evgeni

Hello,

Thanks for your reply.

I managed to find the summary.

To do so, I am pulling all the summaries from a given date range, take the meeting id and the pull the full details of that summary using the meetings/{id}/meeting_summary API.

It works fine and meets my requirements.

Thanks,

1 Like