API endpoint clarification for the Q&A section within Zoom Webinar

For Q&A, we are not getting the exact number of records using the below API endpoint “****/v2/report/webinars/{instance_id}/qa”

Request:
Parameters: ‘page_size’:300
Headers: Barer {access_token}
Response: Page_Size:300, next_page_token

Example:
webinar_id 979 6338 3478 for 2024-05-10 12:48:07 PM
From API we are getting 10 records

The csv from Zoom app we are getting: 24 records.

(issue): Why the number is not matching?

hi @nikhil.nanda
Can you try calling the endpoint again using the webinar UUID?
It looks like the webinar ID you are trying to query has multiple instances, so you would have to query the endpoint with the instance that you want, if not the endpoint will return the last instance of the event.

You can use this endpoint to get webinar/past_instances