Show_in_the_browser is the only field being returned from survey endpoint

When I hit the get survey route in the meeting api, I receive a 200 response. But the only property I receive is show_in_the_browser

According to your docs, I should receive:
{
“custom_survey”: {
“title”: “Learn something new”,
“anonymous”: false,
“numbered_questions”: false,
“show_question_type”: false,
“feedback”: “Thank you so much for taking the time to complete the survey.”

}
route:GET /meetings/{meetingId}/survey

Currently I have a survey created in Zoom that I attached to all my meetings.

@chunsiong.zoom