Download a Report File
POST/report-files/:id/download
Get a link to download a report file.
This request returns the report file metadata together with a link, which is a short-lived URL used to download the report content. The link is valid for 15 minutes from the time the request is made. Once it expires, a new link must be generated to access the file again.
A report file is available for 30 days from the date it is created. The expiresAt field indicates the actual expiration date of the report file. This request returns a 404 Not Found response if the file does not exist or has already expired.
Request
Responses
- 200
- 404
OK
Response Headers
Acme-Mode
Has the value LIVE if the data exists in live production mode or the value TEST if the data exists in test sandbox mode.
HTTP 404 error - Report file not found or expired