Does retrieve meetings report also retrieve webinars?

Does https://zoom.github.io/api/#retrieve-meetings-report also retrieve webinars? If not, how can I accomplish similar functionality for webinars?

You can get the report of specific webinars using the Webinar Details API. https://devdocs.zoom.us/reference#reportwebinardetails

Using https://devdocs.zoom.us/reference#reportwebinardetails requires me to know the webinarID, but I know only the userID.

There isn’t normally an “owner” associated with the webinar. I will talk with the team internally about adding this to the backlog.

But there is a host associated with the webinar since it is a required field when creating it: https://zoom.github.io/api/#create-a-webinar