compare_scan_history
Compare two completed scans of the same domain to identify added, resolved, improved, and worsened findings. Use this to verify that fixes have been applied or to detect regressions after deployment.
Instructions
Diff two completed scans of the SAME domain and return added, resolved, improved, and worsened findings. Read-only. Both scans must be done. Use to verify that fixes landed between two runs, or to catch regressions after a deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional report token for non-public scans. | |
| scanId | Yes | The more recent scan (the 'after'). | |
| againstScanId | Yes | The earlier scan to compare against (the 'before'). Must be the same domain. |