Skip to main content

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.

StatusMeaning
CREATEDRequest received.
QUERY_SUBMITTEDReport query submitted for processing.
FILE_SENT_FOR_STORAGEReport generated, being uploaded to storage.
FILE_STOREDReport ready — download URL available.
FAILED_IN_STORAGEUpload to storage failed.
FAILEDReport generation failed.

Request

Responses

Current status of the report request.