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

Get a list of threats.

<Note>
  External Documentation

  To learn more, visit the [Abnormal documentation](https://app.swaggerhub.com/apis-docs/abnormal-security/abx/1.4.1#/Threats/get_threats).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                                                                                                                        |
  | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Attack Type | Filters threats based on the type of attack.                                                                                                                                                                                                                                                       |
  | Filter      | A filter key must be specified and value must be of the format `filter={FILTER KEY} gte YYYY-MM-DDTHH:MM:SSZ lte YYYY-MM-DDTHH:MM:SSZ`.<br /><br />**Note:** At least 1 of gte/lte must be specified.<br /><br />**For example:** `receivedTime gte 2020-01-01T01:01:01Z lte 2021-12-01T01:01:01Z` |
  | Recipient   | Filters threats based on the name or email address of the recipient.                                                                                                                                                                                                                               |
  | Sender      | Filters threats based on the name or email address of the sender.                                                                                                                                                                                                                                  |
  | Source      | Filters threats based on the source of detection.                                                                                                                                                                                                                                                  |
  | Subject     | Filters threats based on the email subject.                                                                                                                                                                                                                                                        |
  | Topic       | Filters threats based on the topic of email contents.                                                                                                                                                                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                      |
  | ------------------ | ------------------------------------------------ |
  | Attack Strategy    | Filters threats based on the attack strategy.    |
  | Impersonated Party | Filters threats based on the impersonated party. |
  | Page Number        | The first page to start getting results from.    |
  | Page Size          | Number of threats on each page.                  |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 0,
	"threats": [
		{
			"threatId": "<string>"
		}
	],
	"pageNumber": 1
}
```

## Workflow Library Example

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