| scan_id |
string |
Unique identifier of the scan. |
| target_id |
string |
ID of the scan target being assessed. |
| target_name |
string |
Display name of the scan target. |
| status |
string |
Current status of the scan. |
| attack_categories |
array |
Attack categories included in this scan. |
| progress |
number |
Scan completion progress from 0.0 to 1.0. |
| total_attacks |
integer |
Total number of attack probes to be executed. |
| completed_attacks |
integer |
Number of attack probes completed so far. |
| vulnerabilities_found |
integer |
Number of vulnerabilities discovered so far. |
| error_message |
string |
Error description if the scan failed. |
| started_at |
string |
Timestamp when the scan started. |
| completed_at |
string |
Timestamp when the scan completed. |