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

List all alerts across your environment.

**Note**: The rate limit is `10` requests every `60` seconds.

<Note>
  External Documentation

  To learn more, visit the [ThreatAware documentation](https://apidocs.threataware.com/#b9e1c82f-05f7-4841-93c2-78fa040d9427).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                         |
  | ----------- | ----------------------------------------------------------------------------------- |
  | Filter      | The alert state to filter results by.                                               |
  | Limit       | The maximum number of results to return. Enter `0` to return all available entries. |
  | Offset      | The start position of the data returned by the API.                                 |
  | System Name | The name of the connected integration to filter by.                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"offset": 0,
	"limit": 1,
	"total": 100,
	"data": [
		{
			"state": "Amber",
			"product": "Automox, Software Updates",
			"status": "Incident",
			"item": "BAM-001-1IWEF",
			"issue": "Pending Updates",
			"details": "Pending update of {0}patch, overdue by {1} days: {2}",
			"itemEntityType": "device",
			"ownerName": "",
			"timestamp": "2022-10-10T09:32:23.0000000",
			"acknowledgedTime": "0001-01-01T00:00:00.0000000",
			"assignedTime": "0001-01-01T00:00:00.0000000",
			"resolved": false,
			"acknowledged": false,
			"resolvedBy": "",
			"resolvedTime": "0001-01-01T00:00:00.0000000",
			"itemId": "f4841fbf-412e-4504-82b8-ce3c8cd2d400",
			"inactiveUntil": "0001-01-01T00:00:00.0000000",
			"hasLinkedDevice": true
		}
	],
	"success": true,
	"statusCode": 200,
	"message": "Successfully retrieved alerts."
}
```

## Workflow Library Example

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