24 Apr 2025

If you’re using the Pulse API you can now retrieve the data for many of the endpoints in a spreadsheet-friendly CSV (comma-separated values) format, in addition to the existing JSON format.

What's New

Most of the endpoints in the Pulse API deliver structured data in a linear format, which makes it all very straightforward for a CSV format—ideal for those who want to explore or manipulate the data in a spreadsheet. But until now, we’ve primarily delivered it in JSON format by default. All endpoints will still return in JSON, but now you will be able to select CSV for endpoints where we were able to make it available. You can select format type from a dropdown under the 200 Response section. If you’d like to add the data in CSV format, add the HTTP header “Accept: text/csv” to your request.

View all release notes