> ## 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 Engine

Retrieves the scan engine 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/getScanEngine).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                    |
  | --------- | ---------------------------------------------- |
  | ID        | The identifier of the scan engine to retrieve. |
</div>

## Example Output

```json theme={"dark"}
{
	"description": "Retrieving scan engine with identifier `\"6c384978-3545-455b-a69a-afa6e8cbd2dd\"`.",
	"summary": "Example",
	"value": {
		"host_name": "127.0.0.1",
		"id": "6c384978-3545-455b-a69a-afa6e8cbd2dd",
		"last_seen": "2021-03-02T22:29:05.006Z",
		"name": "Scan Engine Example Name",
		"profile": {
			"configuration": {
				"last_retrieved": "2023-08-13T13:23:17.433Z",
				"properties": [
					"property1:value1",
					"property2:value2"
				]
			}
		},
		"registered": "2020-09-11T18:36:49.973Z",
		"status": "HEALTHY"
	}
}
```

## Workflow Library Example

[Get Scan Engine with Rapid7 Insightvm Cloud and Send Results Via Email](https://library.blinkops.com/workflows/get-scan-engine-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-engine-with-rapid7-insightvm-cloud-and-send-results-via-email/canvas" />
</div>
