Check scan export status

GET {{baseUrl}}/scans/:scan_id/export/:file_id/status

Check the file status of an exported scan. When an export has been requested, it is necessary to poll this endpoint until a ready status is returned, at which point the file is complete and can be downloaded using the export download endpoint.

Requires SCAN OPERATOR [24] user permissions and CAN VIEW [16] scan permissions. See Permissions.

RESPONSES

status: OK

{"status":"ready"}