Query recordings more than 1 month

Hi!
I discovered that it’s possible to query recording for a maximum range of 1 month.
So this api works:
https://api.zoom.us/v2/accounts/me/recordings?trash_type=meeting_recordings&mc=false&page_size=30&from=2020-07-20&to=2020-08-20”

Instead, this api is NOT working:
https://api.zoom.us/v2/accounts/me/recordings?trash_type=meeting_recordings&mc=false&page_size=30&from=2020-07-20&to=2020-09-31”

To do that, I have to split query in more queries.

I think it will be very useful if I can do that in one query.

Thanks.