List Meetings doesn't respect to/from timestamps

I’m using the List Meetings API and I can’t get it to respect the to and from timestamps passed in:

curl --location 'https://api.zoom.us/v2/users/......./meetings?type=scheduled&page_size=30&from=2025-04-29T23%3A08%3A08.614Z&to=2025-06-01T06%3A59%3A59.999Z&timezone=America%2FLos_Angeles' 

Any help?

Hey @Built
Thanks for reaching out to us!
Can you please try and pass just the dates in your to and from parameters?
from=2025-04-29 to=2025-06-01 and try again

Yep… That was the problem. I can’t believe I didn’t try that. But also, the docs could be clearer — everywhere else, dates are ISO 8601 format afaik.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.