> ## 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 Adversary IDs

Get a list of adversary IDs with optional filtering.

The following permissions are required to run this action:

* `Actors (Falcon Intelligence)`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/bc6db0de/falcon-intelligence-apis#mb2dc443).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                                                      |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filter           | Filter the results by a FQL query.<br /><br />For a complete list of filterable properties and syntax guidance, refer to the [CrowdStrike API documentation](https://falcon.us-2.crowdstrike.com/documentation/page/bc6db0de/falcon-intelligence-apis#mb2dc443). |
  | Query            | Search term that matches against all fields of all adversaries.                                                                                                                                                                                                  |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                                                                                                                                 |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                       |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit     | The number of results to return.                                                                                                                                                  |
  | Offset    | The offset to start retrieving records from.                                                                                                                                      |
  | Sort      | Sort applications by their properties.<br /><br />The format of the sort criteria is: `field\|direction`. Direction can be either `asc` (ascending) or `desc` (descending) order. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"pagination": {
			"offset": 0,
			"limit": 10,
			"total": 3
		},
		"query_time": 0.363
	},
	"resources": [
		"1234567",
		"2345678",
		"3456789"
	]
}
```

## Workflow Library Example

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