Check Rapid7 Export Status
check_rapid7_export_statusCheck a Rapid7 export's current status, including local download/load progress, in a fast non-blocking call.
Instructions
Check the status of a Rapid7 export, including local download/load progress.
Fast, non-blocking call. Reports whichever stage the export is in:
While this server is downloading or loading the export in the background, reports that local phase and per-file progress — and skips the Rapid7 API call, since the platform-side export is already known to be complete.
Once loaded (COMPLETE) or failed (FAILED) locally, returns the stored summary/error so no work is repeated.
Otherwise queries the Rapid7 API once for the platform-side export status (PENDING/PROCESSING/COMPLETE/FAILED).
Because local phase lives in the durable tracker, it is inspectable after a server restart (interrupted work is reconciled to a retryable FAILED at startup rather than resumed). Does NOT poll or wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | The export ID returned by start_rapid7_export, or a job ID returned by a multi-window remediation load. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |