Retrieve Survey Responses
List all survey responses
Query parameters
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" ]
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" ]
If provided, only return responses made by the given subscriber(s).
If provided, only return responses made by the given subscriber(s).
[ "sub_01jv2m9q8r7s6t5w4x3y2z1abc" ]
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" ]
If provided, only return responses made to the given survey(s).
If provided, only return responses made to the given survey(s).
[ "srv_01jv2m9q8r7s6t5w4x3y2z1abc" ]
If provided, only return responses made after the given date.
If provided, only return responses made after the given date.
If provided, only return responses made before the given date.
If provided, only return responses made before the given date.
If provided, expand the given field.
If provided, expand the given field.
The page number of the paginated response.
The page number of the paginated response.
Response
OK
Example response
{
"results": [
{
"subscriber": {
"country": "US",
"email_address": "telemachus@buttondown.email",
"delivered_count": 12,
"open_count": 7,
"clicked_count": 3,
"open_rate": 0.5833,
"click_rate": 0.25
},
"email": {
"slug": "welcome-to-the-newsletter"
}
}
]
}Changes
Changed in 5 of the 11 revisions of this API.82
- ○
removed the
email_address_cleantalk_scoreenum value from theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ip_address_cleantalk_scoreenum value from theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-removed
- ○
- ●
added the new
email.send.startedenum value to theresults/items/automation/anyOf[subschema #1: Automation]/triggerresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
archive_onlyenum value to theresults/items/email/anyOf[subschema #1: Email]/archival_moderesponse property for the response status200response-property-enum-value-added
- ●
added the new
email_address_plus_variant_accountsenum value to theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-added
- ●
added the new
registration_without_prior_page_visitenum value to theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-added
- ●
added the new
username_shannon_entropyenum value to theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
email_address_domain_burstenum value to theresults/items/subscriber/anyOf[subschema #1: Subscriber]/firewall_reasons/items/coderesponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
remove_metadataenum value to theresults/items/automation/anyOf[subschema #1: Automation]/actions/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
smtpenum value to theresults/items/email/anyOf[subschema #1: Email]/sourceresponse property for the response status200response-property-enum-value-added
- ●