v3
latestOpenAPI 3.0.32026-07-31135300306.1 KBsurveys
Get survey responses for a survey
Returns paginated survey responses, optionally filtered by time range, account, or contact.
Rate limit: 60 requests per minute
get/surveys/{id}/responses
Path parameters
idstring required
The ID of the survey.
Query parameters
submitted_afterstring
Filter responses submitted after this time (RFC3339 format).
submitted_beforestring
Filter responses submitted before this time (RFC3339 format).
account_idstring
Filter responses by account ID.
contact_idstring
Filter responses by contact ID.
cursorstring
The cursor for pagination.
limitinteger
The number of responses to fetch. Defaults to 100. Must be greater than 0 and less than 1000.