Downloading audio recordings/transcript of recurring meetings

API Endpoint(s) and/or Zoom API Event(s)
/v2/meetings/{meetingId}/recordings

Description
Let me give you more context on the issue that I’m facing, Basically I’m building a web app which reads data from user’s google calendar data and based on the zoom meeting links I’m retrieving the zoom transcript using API. But for recurring meetings there’s no meeting id available in the link. All I want to know is how to get the meeting id (by passing date or any other method). Basically all the recurring meetings have the same meeting link like Launch Meeting - Zoom and same meeting ID.

Error?
N/A