roboshadow_list_scan_status
Retrieve the status of every external vulnerability scan for an organisation, broken down per IP and per domain, and filter by scheduled flag or overall status.
Instructions
List the status of every external vulnerability scan (VScanner) for an organisation, with per-IP and per-domain scan status. Filter by isScheduled or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-indexed). Default 1. | |
| sortBy | No | Field name to sort by. | |
| status | No | Filter scans by overall status. | |
| sortDesc | No | Sort in descending order. Default false. | |
| isScheduled | No | Filter to scans that were (or were not) started by a schedule. | |
| itemsPerPage | No | Number of items per page (1-100). Default 10. | |
| organisationId | Yes | The RoboShadow organisation's UUID. Discover it with roboshadow_list_organisations. |