Issue while fetching webinar details

a) I used below endpoint to fetch all webinars and it has listed 30 records
https://api.zoom.us/v2/metrics/webinars?from=2018-05-25&to=2018-06-20&type=past

b) From above-listed records I selected few webinar Id to fetch details, but issue is it was showing below error:
{
“code”: 3001,
“message”: “Meeting 376923733 is not found or has expired.”
}

I used below different endpoints but I got same above error

  1. https://api.zoom.us/v2/webinars/376923733

  2. https://api.zoom.us/v2/webinars/376923733?type=past

  3. https://api.zoom.us/v2/webinars/376923733

  4. https://api.zoom.us/v2/metrics/webinars/376923733

Hi Hardik, 

Can you send us your accountID or email that is tied to your account so that we can take a closer look?

Thanks