Skip to main content
Retrieves the scan with the specified identifier.
External DocumentationTo learn more, visit the Rapid7 InsightVM Cloud documentation.

Parameters

ParameterDescription
Scan IDThe ID of the scan.

Example Output

{
	"description": "Retrieving scan with identifier `\"bcc3fd8f-7bb6-41cc-a52f-4046c8742bf0\"`.",
	"summary": "Example",
	"value": {
		"engine_id": "b177d730-5cde-468a-89a4-2c5b9d26b465",
		"finished": "2020-05-12T09:08:54.404Z",
		"id": "bcc3fd8f-7bb6-41cc-a52f-4046c8742bf0",
		"name": "Scan API Example Name",
		"started": "2020-05-12T09:00:12.199Z",
		"status": "Success"
	}
}

Workflow Library Example

Get Scan with Rapid7 Insightvm Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I