Retrieve current state of all scans
Get the current state of scans running (if they are) on the site and any current progress.
GET
/scans
curl \
-X GET https://virtserver.swaggerhub.com/Fernleaf-Systems/ShieldSecurity/1.0.0/scans
Response examples (200)
[
{
"enqueued_count": 1,
"enqueued_status": {
"afs": true,
"apc": false,
"wpv": false
},
"current_slug": "afs",
"current_name": "afs",
"progress": 0.641028
}
]
Response examples (200)
[
{
"enqueued_count": 1,
"enqueued_status": {
"afs": true,
"apc": false,
"wpv": false
},
"current_slug": "afs",
"current_name": "afs",
"progress": 0.641028
}
]