get_scan_status
Monitor the progress of active scans by retrieving real-time status updates using the scan ID, ensuring efficient scan management for Burpsuite projects.
Instructions
Check the status of a running scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_id | Yes | ID of the scan to check |
Input Schema (JSON Schema)
{
"properties": {
"scan_id": {
"description": "ID of the scan to check",
"type": "string"
}
},
"required": [
"scan_id"
],
"type": "object"
}