get_scan_report
Check the status of a submitted smart contract scan job using its job_id. Retrieve the full vulnerability report and findings count once the scan is complete.
Instructions
Poll the status of a job_id returned by scan_contract. Call this every minute or two after submitting — real runs have taken around 25 minutes, delivery is guaranteed within 24h, so polling faster than that just re-checks a job that is still processing. Returns status (queued/processing/complete), the repo under scan, and — once complete — reportUrl (the full Al-Mizaan-validated findings report) and findingsCount. A 404 means the job_id does not exist — double-check what scan_contract actually returned rather than retrying blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by scan_contract |