Missing Participant Data after a Zoom Server Disconnect

API Endpoint(s) and/or Zoom API Event(s)
/v2/report/meetings/83721466069/participants/

Description
The meeting up there is with a different account. Im a developer and one of our customers encountered the problem. They had a meeting on zoom on 01/17/2024 11:00 - 13:00. They encountered a disconnect from zoom during that. The participants did join back. Our customer did found out that there is data missing from the API our software are using. With the endpoint mentioned we get the data, get all pages from them and show them in our software.

We are missing some times. The prime example is the account of “Sascha Mora”. In an attendee list our customor has, there are two blocks of attendance:

01/17/2024 09:56:26 AM 01/17/2024 11:05:40 AM 70
01/17/2024 11:10:49 AM 01/17/2024 11:29:36 AM 19

Also 4 more blocks that we also get throught the API:

01/17/2024 11:32:11 AM 01/17/2024 11:43:49 AM 12
01/17/2024 11:43:50 AM 01/17/2024 11:51:45 AM 8
01/17/2024 11:52:13 AM 01/17/2024 11:58:57 AM 7
01/17/2024 12:09:30 PM 01/17/2024 12:54:13 PM 45

Whats the reason that we arent getting the first 2 blocks of attendance?

2. Authentication method or app type
Authentication is via OAuth.