Is there an API call to get all the past meetings for an organization within a certain time period?

API Endpoint(s) and/or Zoom API Event(s)
Meeting APIs

Description
We are currently using the API calls to get call detail information for internal reporting purposed. We would like to be able to gather the meeting details as well. In looking at the API calls, I can only find a method that either takes the meeting ID or the user. Is there a call that will allow us to at least pull all the past meeting ids for an organization within a particular time range? We can then use that to get the meeting details we need.

@eltontodd You can get it based on the date, not time

Date is fine. What API call would I use to get a list of the meetings by Date without having to specify a specific user?

Thank you. I was looking under meetings and didn’t expect it to be under dashboards.