get_scan_results
Retrieve detailed results of a completed scan by specifying its unique ID, enabling efficient analysis and reporting of vulnerabilities.
Instructions
Get the results of a completed scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_id | Yes | ID of the scan to get results for |
Input Schema (JSON Schema)
{
"properties": {
"scan_id": {
"description": "ID of the scan to get results for",
"type": "string"
}
},
"required": [
"scan_id"
],
"type": "object"
}