External DocumentationTo learn more, visit the Rapid7 InsightVM Cloud documentation.
Actions
Get Scan
Retrieves the scan with the specified identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Scan ID | The ID of the scan. |
{
"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"
}
}
Was this page helpful?