Introduction
Need a full view of survey activity—not just responses, but who received, opened, or ignored your survey? The Surveys Sent Report gives you all that and more.
It combines information from the Responses page and the Contacts list, so you can see:
Who received a survey
Who opened it
Who responded with a score/comment
Who never saw or responded
This article outlines three easy ways to download your Sent Survey history:
From the Responses page
Via an API call (Excel)
Via an API call (JSON)
Option 1: One-Click Download from the Responses Page (Easiest)
Navigate to the Responses page
Use the filters at the top to set your desired date range, Contact segment, or other conditions (this CSV will only include surveys sent that match the top filters, including the survey metric)
Click the blue Download button
Check all fields that you would like included in the CSV
Select Filtered Surveys Sent tab
Click Download button
This downloads a spreadsheet (CSV) showing all Contacts who were sent a survey within your filter criteria.

📌 What the report includes:
Email address
Sent timestamp
Opened timestamp
Survey answer (if submitted)
All custom data fields associated with each Contact
How to read the data:
A score of
-1in the "answer" column means no survey response was submitted.If no "opened" timestamp appears, the email was not opened.
If there's an "opened" timestamp but no score, the email was opened, but no response was given.
Option 2: API Call to Download as a Spreadsheet (Excel Format)
For those comfortable using APIs, this method offers more flexibility.
URL Format:
Required components:
YOURDOMAIN= your AskNicely subdomain (e.g.,jarvis)YOURAPIKEY= your API Key (found in Settings > Show API Key)10000= number of responses to download (adjust as needed)
Pasting this link into your browser will immediately download an Excel file.
Option 3: API Call to Download as JSON
Same as above, but return the data in JSON format for development or integration purposes.
JSON URL Format:
You’ll see all sent survey data rendered in JSON format within your browser or API client.
Key Terms
Hot Tips
Change the number
10000in the API URL to fetch more or fewer records.Keep your API key secure—only use it in private or authenticated environments.
Test the URL in your browser or use tools like Postman to build more complex queries.
FAQs & Common Issues
Q: Why do I see “-1” in the answer column?
A: That means no response was submitted for that survey.Q: Can I export survey sends for a specific segment?
A: Yes—apply filters on the Responses page before downloading.Q: Can I automate this report with the API?
A: Yes, you can schedule or embed the API call in your reporting system.
Next Steps & Related Articles
Video Tutorial
🎥
Need Help?
If you need help customizing your API call, filtering the data, or troubleshooting the export, reach out via the chat icon or email support@asknice.ly.
