List Scan Runs
list_scan_runsList the security scan runs of the active project, newest first. Pass scanRunId to get a single run with its live progress instead — that is how you poll a scan started by run_security_scan. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1) | |
| status | No | Only runs in this state: 'queued', 'running', 'completed', 'failed' or 'cancelled' | |
| pageSize | No | Runs per page (default 25, max 100) | |
| scanRunId | No | Public Id (Guid) of a single scan run. When given, the filters are ignored. | |
| scanProfileId | No | Only runs of this scan profile (public Guid) |