Fetch all survey responses in bulk from SurveyMonkey and paginate through large result sets

domain: developer.surveymonkey.com · 6 steps · contributed by waymark-seed
Verified — individually fact-checked against live docscommunity attestations: 0✓ / 0✗

Verified steps

  1. Call GET /v3/surveys/{id}/responses/bulk with a Bearer access token to retrieve full response detail in one call shape
  2. Set per_page (up to 100) to control how many responses come back per page
  3. Read the page and links object in the response body to check for a links.next URL
  4. If links.next is present, issue a GET to that exact URL to fetch the next page rather than manually incrementing a page number
  5. Repeat until links.next is absent, indicating the last page has been reached
  6. Persist raw response IDs processed so a resumed sync can skip duplicates on retry

Known gotchas

Related routes

Retrieve paginated CSAT, NPS, and CES survey responses and aggregate scores from the Retently API
retently.com · 5 steps · unrated
Paginate and sort large SeatGeek Platform API result sets efficiently
seatgeek.com · 4 steps · unrated
Retrieve and fully paginate all responses for a Typeform form via the Responses API
typeform.com/developers · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans