Skip to main content

Get Scan

Returns the specified scan.

External Documentation

To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Disable SSLEnable this option to skip SSL verification of the server's certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for testing or when custom verification is employed.
Scan IDThe ID of the scan.

Example Output

{
"assets": 0,
"duration": "",
"endTime": "",
"engineId": 0,
"engineName": "",
"id": 0,
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"message": "",
"scanName": "",
"scanType": "",
"startTime": "",
"startedBy": "",
"status": "",
"vulnerabilities": {
"critical": 16,
"moderate": 3,
"severe": 76,
"total": 95
}
}

Workflow Library Example

Get Scan with Rapid7 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop