Unable to access survey responses via API

Dear Zoom Developer Support Team,

I am currently working with the Zoom API to retrieve data from surveys that have been created and distributed through Zoom Surveys. I have successfully implemented the endpoint to retrieve the list of surveys and their configuration details:

GET https://api.zoom.us/v2/surveys
GET https://api.zoom.us/v2/surveys/{surveyId}

However, I am unable to find a working endpoint to access the actual responses submitted by participants. When attempting to access what seemed like logical endpoints for this purpose, I receive the error:

{“code”: 2300, “message”: “This API endpoint is not recognized.”}

I’ve tried multiple variations including:

I need to programmatically access response data from surveys that were distributed as standalone links - not necessarily conducted within meetings. These are surveys where we shared the survey URL with participants outside of a Zoom meeting context.

Is there a specific endpoint to retrieve the response data for these standalone surveys? If this functionality is not currently available through the API, could you please advise if there are plans to add it in the future?

Thank you for your assistance.

Best regards,

Hey @gtecnologica
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
Yes! we actually have an endpoint available to retrieve reports on past meeting surveys:

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