API endpoint returns empty data for webinar survey (Events portal returns data fine)

I am attempting to request the survey response data from a webinar using the report/webinars/{webinar_id}/survey API endpoint. I have added the scope report:read:webinar_survey:admin as per the documentation (otherwise I do get an error that the scope is not applied, verifying that the scope is not the issue here).

I am getting the response:

{
“meeting_id”: 0,
“webinar_id”: 0
}

The webinar survey response data is available to download from the Zoom events portal confirming that the data exists. I am able to pull Q&A responses and other data from the webinar, but not the survey response data.

My account is the host of the webinar.

Is there something missing in regards to configuration or otherwise? Or is this a Zoom issue?

Hi @pycor
Thanks for reaching out to us!
Have you tried using the Get event survey report endpoint?