Get Report
GET/api/reports/:reportId
Retrieve a report by ID.
Use this endpoint to poll the status of a scheduled report. Once the status is completed, call Create Report Download URL to obtain a pre-signed URL for the report artifact.
Subscribing to the Report Completed webhook is the recommended alternative to polling.
Request
Responses
- 200
- 400
- 403
Successful operation.
Request fields are invalid.
No authorization to access the report, or the report does not exist.