Download the event history of an app version as CSV
GET/app-versions/:id/release-events/download
Gives back the whole recorded history of an app version as a CSV attachment, newest first. The file covers the entire history: unlike the listing endpoint, this one takes no filters.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 401
- 403
- 404
- 412
- 500
Release events CSV
Response Headers
Content-Disposition
Names the attachment, e.g. attachment; filename="release-events-android-My-App-1.3.1-2025-02-11T0926.csv".
Unauthorized
Permission denied
Release not found
Standard license required
Internal Server Error