> ## 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 Installed Devices

This action will receive a list of device serials, and return a list
of device serials which are installed.

The following permission is required to run this action:

* `Hosts`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/c0b16f1b/host-and-host-group-management-apis#u929d693).
</Note>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 1,
		"pagination": {
			"offset": 6,
			"limit": 253,
			"total": 5
		},
		"powered_by": "<string>",
		"trace_id": "<string>"
	},
	"resources": [
		"<string>",
		"<string>"
	],
	"errors": []
}
```

## Workflow Library Example

[Validate That Crowdstrike Edr is Installed for All Employees on Google Workspace](https://library.blinkops.com/workflows/validate-that-crowdstrike-edr-is-installed-for-all-employees-on-google-workspace)

<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/validate-that-crowdstrike-edr-is-installed-for-all-employees-on-google-workspace/canvas" />
</div>
