v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Survey Responses

Retrieve Survey Responses

List all survey responses

get/survey_responses

Query parameters

email_idstring[]

If provided, only return responses submitted from the given email ID(s).

If provided, only return responses submitted from the given email ID(s).

[
  "em_01jv2m9q8r7s6t5w4x3y2z1abc"
]
automation_idstring[]

If provided, only return responses submitted from the given automation ID(s).

If provided, only return responses submitted from the given automation ID(s).

[
  "aut_01jv2m9q8r7s6t5w4x3y2z1abc"
]
subscriber_idstring[]

If provided, only return responses made by the given subscriber(s).

If provided, only return responses made by the given subscriber(s).

[
  "sub_01jv2m9q8r7s6t5w4x3y2z1abc"
]
sourcestring[]

If provided, only return responses submitted from the given arbitrary source string(s).

If provided, only return responses submitted from the given arbitrary source string(s).

[
  "landing-page"
]
survey_idstring[]

If provided, only return responses made to the given survey(s).

If provided, only return responses made to the given survey(s).

[
  "srv_01jv2m9q8r7s6t5w4x3y2z1abc"
]
creation_date__startstring date

If provided, only return responses made after the given date.

If provided, only return responses made after the given date.

creation_date__endstring date

If provided, only return responses made before the given date.

If provided, only return responses made before the given date.

expandstring[]

If provided, expand the given field.

If provided, expand the given field.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.