How to get daily Zoom call reports for all the users into S3

Hi,
I am trying to get the reports for all the daily zoom calls that were made in my company. I know there is an API for that:
https://api.zoom.us/v2/accounts/{accountId}/report/daily
I wonder if Zoom provides a way to have this data in S3? or does it have a webhook for this kind of report? I know that there is a webhook for recording or webinar start but does zoom have webhook for this kind of report?
Thanks

Hi @siavash.kayal

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Unfortunately we do not have a Webhook available for this kind of report.
The endpoint that you are using is the only available one for those purposes

Hope this helps,
Elisa

Thanks Elisa, I wonder If zoom has a functionality to export this data to AWS S3?