Check report status
GET/report/api/v1/status/:request_id
Returns the current processing status of a report request.
Use the request_id from the Generate Report response and keep polling until
status is FILE_STORED — the report is then ready to download via List Generated Reports.
Stop polling if status is FAILED or FAILED_IN_STORAGE.
| Status | Meaning |
|---|---|
CREATED | Request received. |
QUERY_SUBMITTED | Report query submitted for processing. |
FILE_SENT_FOR_STORAGE | Report generated, being uploaded to storage. |
FILE_STORED | Report ready — download URL available. |
FAILED_IN_STORAGE | Upload to storage failed. |
FAILED | Report generation failed. |
Request
Responses
- 200
- 401
- 404
Current status of the report request.
Missing or invalid access token.
Report request not found.