I would like to get answers to the questions I registered for the conference through API - List meeting participants

hi,
basically, I am receiving information about users who have connected to the meeting through the List meeting participants api request.

when I create a meeting, I add a custom question, and I want to receive the value when the user enters it.
name or email is received by default, but the value of the newly added question cannot be received. Is there any way to get this?

registration reference img ↓

received api response ↓

please, if you know somethings.
thank you for providing your information.

Hi @ksea.kr
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Have you tried using the endpoint List meeting registrants ???

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrants

You will get the custom questions with answers for the meeting registrants in your response body
Hope this helps,
Elisa