Export user swipe history
GET/admin/users/:username/history/export
Returns the user's full swipe history as CSV (default) or JSON. Each row carries created_at, template metadata, wave/season context and the swipe outcome. Requires Admin or TrialAdmin role.
Request
Responses
- 200
- 400
- 404
- 500
CSV or JSON file (Content-Disposition: attachment).
Missing user id
User not found
Server error