The page at https://help.surveymonkey.com/articles/en_US/kb/Transitioning-to-SurveyMonkey-s-v3-API
says that what was
POST get_respondent_list
is now
GET /surveys/{id}/responses OR GET /collectors/{id}/responses
But the responses have NO respondent IDs.
https://developer.surveymonkey.com/api/v3/?python#surveys-id-responses-bulk
Where are they?