List engagements API missing last 2 seconds of data

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

Description
When I provide the timeframe using params from= and to=, I expect all engagements within that timeframe to be returned, but the engagements from the last 2 seconds are always missing.

Example
I have an engagement with "start_time": "2024-02-21T23:59:59Z".

If I call the API using params

  • from=2024-02-21&to=2024-02-21
    or
  • from=2024-02-21T00:00:00Z&to=2024-02-21T23:59:59Z

I would expect the engagement to be included in the results, but it’s missing.

The engagement is only included in the response when I increase the end time to= by 2 seconds.
I.e., if I call it with params

  • from=2024-02-21T00:00:00Z&to=2024-02-22T00:00:01Z

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