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

Retrieves a page of scan engines.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Page             | The index of the page (zero-based) to retrieve.  |
  | Return All Pages | Automatically fetch all resources, page by page. |
  | Size             | The number of records per page to retrieve.      |
</div>

## Example Output

```json theme={"dark"}
{
	"description": "A page of scan engines.",
	"summary": "Example",
	"value": {
		"data": [
			{
				"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"
			}
		],
		"links": [
			{
				"href": "https://{region}.api.insight.rapid7.com:443/vm/v4/integration/scan/engine?page=0\u0026size=10",
				"rel": "self"
			}
		],
		"metadata": {
			"number": 0,
			"size": 10,
			"totalPages": 1,
			"totalResources": 1
		}
	}
}
```

## Workflow Library Example

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