get_scan_status
Check the current status of a scan by providing the report UUID. Returns pending if the scan is still in progress.
Instructions
Return the current status of a previously started scan. Read-only with no side effects — queries in-process scan state only. Returns 'pending' if the report_uuid is not yet known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_uuid | Yes | UUID returned by the originating scan_* call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_uuid | Yes | ||
| status | Yes | ||
| progress_pct | No | ||
| error | No | ||
| ai_analysis_status | No |