I'm not able to access meeting transcripts

I’ve been using my personal meeting ID for all my meetings and today I had three meetings. I’ve recorded all three meetings to the cloud. Now I’m trying to download the recordings using GET - https://api.zoom.us/v2/meetings/9288410818/recordings API but the response contains only one recordings not 3.

Hi @rakshith
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
Can you please try passing the meeting UUID instead of the meeting ID

Hey Elisa, thanks for the reply. I’ll just share my complete problem statement So that it can be understood better.
Basically user integrates their google calendar to our web application And our application reads calendar data, from that it extracts personal meeting ID and provides them the transcripts but the UUID is not available in the calendar. Is there a way I can pass the date like start date or end date to get UUIDs of a personal meeting ID for that day? Also how can I get the meeting ID from personal link shown below?
Example:
https://us06web.zoom.us/my/iamazoomuser

Hi @rakshith
Thanks for sharing more details with me.
Unfortunately, we do not have an endpoint that you can query to get meetings uuid and using a start_date or end_date parameters.