> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Scan

Retrieves the scan with the specified identifier.

<Note>
  External Documentation

  To learn more, visit the [Rapid7 InsightVM Cloud documentation](https://help.rapid7.com/insightvm/en-us/api/integrations.html#operation/getScans).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description         |
  | --------- | ------------------- |
  | Scan ID   | The ID of the scan. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-scan-with-rapid7-insightvm-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-scan-with-rapid7-insightvm-cloud-and-send-results-via-email/canvas" />
</div>
