Download Transaction Report File
GET/b/api/v1/reports/files/:token/download/
Download a report file using the secure token from the list endpoint. Returns the file as binary (CSV or XLSX). Tokens are time-limited, user-bound, and rate-limited.
Request
Responses
- 200
- 302
- 400
- 401
- 403
- 404
- 410
Report file (CSV or XLSX). For S3: redirects to pre-signed URL.
Redirect to pre-signed S3 URL (when S3 storage is enabled)
Invalid token (unknown alias or malformed token)
User is not authorized to download this file
Report or file not found
Download link has expired or is invalid