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

# List Scanned Hosts

Retrieve a list of scanned hosts.

<Note>
  External Documentation

  To learn more, visit the [Cynet documentation](https://help.api.cynet.com/docs/API-V3/va0dx8r48h06a-get-scanned-hosts).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                      |
  | --------- | -------------------------------- |
  | Last Seen | The last time the host was seen. |
</div>

## Example Output

```json theme={"dark"}
{
	"SyncTimeUtc": "2019-08-24T14:15:22Z",
	"Entities": [
		{
			"ClientDbId": -9007199254740991,
			"HostName": "string",
			"Group": {
				"ScanGroupName": "string",
				"DistributionType": "string",
				"PlatformType": "string"
			},
			"HDSerial": -9007199254740991,
			"LastIp": "string",
			"LastMask": "string",
			"RiskLevel": -2147483648,
			"LastScan": "2019-08-24T14:15:22Z",
			"LastScanUTC": "2019-08-24T14:15:22Z",
			"DateIn": "2019-08-24T14:15:22Z",
			"OperatingSystem": "string",
			"LastUpdate": "2019-08-24T14:15:22Z",
			"NumberofProcesses": -2147483648,
			"TotalCPUPercentage": -2147483648,
			"SystemPartitionSize": -9007199254740991,
			"SystemPartitionFreeSpace": -9007199254740991,
			"LastNumOfIpv4Connections": -2147483648,
			"MemoryPercentage": -2147483648,
			"TotalMemory": -9007199254740991,
			"TotalFreeMemory": -9007199254740991,
			"NumberofLoggedUsers": -2147483648,
			"LastUnknownDesktops": "string",
			"EpsVersion": "string",
			"UsersPath": "string"
		}
	]
}
```

## Workflow Library Example

[List Scanned Hosts with Cynet and Send Results Via Email](https://library.blinkops.com/workflows/list-scanned-hosts-with-cynet-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/list-scanned-hosts-with-cynet-and-send-results-via-email/canvas" />
</div>
