Get all meeting instances using meeting ID

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/past_meetings/{MEETING_ID}/instances

Description
I have been trying to access all meeting instancers older then 2021. But, whenever I execute this API call I only get the meeting instances after mid-2022. And rest of the meeting instances get skipped. How can I fetch all meeting instances? Tthe meeting is not expired for which I am looking for all instances.

Authentication method or app type
Using OAuth for authentication. Spring boot application.

Hi @aheiner_ext
Thanks for reaching out to the Zoom Developer forum and welcome to our community!
I believe that this behavior is expected, you can only get data from the past 6 months via API, if you want to get all historical data you will have to do it via the Web portal