Get scan status
Returns the status of a scan by its ID.
Request
Parameters |
---|
Get the status of a scan. The value is |
The ID of a scan belonging to the current user. |
{
"op": "get_scan_status",
"scan_id": 27785
}
Response
Attributes |
---|
The status of the operation. The value can |
The status of the scan. Returned in case of a successful operation. |
Error message. Returned in case of a failed operation. |
{
"op_status": "success",
"scan_status": "running"
}