surveys

Get survey responses for a survey

Returns paginated survey responses visible to the caller, optionally filtered by time range, account, or contact.

Rate limit: 300 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. Required with contact_id when the caller has scoped account or contact access.

contact_idstring

Filter responses by contact ID. Required with account_id when the caller has scoped account or contact access.

cursorstring

The cursor for pagination.

limitinteger

The number of responses to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Response

request_idstring

The request ID for tracking.

Changes