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

Search for hosts in your environment.

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#c83c4357).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                                                                                                                                                                                                |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filter           | Filter detections using a query in Falcon Query Language (FQL) An asterisk wildcard \* includes all results. Common filter options include:<br />status, device.device\_id, max\_severity.<br /><br />The full list of valid filter options is extensive. Review it in [CrowdStrike's documentation](https://falcon.crowdstrike.com/documentation/45/falcon-query-language-fql) inside the Falcon console. |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                                                                                                                                                                                                                                                                           |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                     |
  | --------- | --------------------------------------------------------------- |
  | Limit     | The maximum records to return. \[1-5000]                        |
  | Offset    | The offset to start retrieving records from.                    |
  | Sort      | The property to sort by (e.g. `status.desc` or `hostname.asc`). |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.005809461,
		"pagination": {
			"offset": 2,
			"limit": 100,
			"total": 2
		},
		"powered_by": "device-api",
		"trace_id": "00000000-000000-0000000-0000000"
	},
	"resources": [
		"123456789123456789123456789123456789",
		"123456789123456789123456789123456789"
	],
	"errors": []
}
```

## Workflow Library Example

[List Devices with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/list-devices-with-crowdstrike-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-devices-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
