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

Retrieve a list of alert events.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                              |
  | ---------------- | -------------------------------------------------------------------------------------------------------- |
  | Alert Severity   | Select the alert severity levels to filter the results by.                                               |
  | Alert Status     | Select the alert statuses to filter the results by.                                                      |
  | Alert Type       | Select the alert types to filter the results by.                                                         |
  | Page             | The page number of results to retrieve.                                                                  |
  | Page Size        | The maximum number of items to return per page.<br /><br />**Note:** The possible range is `10` - `100`. |
  | Return All Pages | Automatically fetch all resources, page by page.                                                         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter              | Description                                                 |
  | ---------------------- | ----------------------------------------------------------- |
  | Created Date From      | Filter results that were created after the selected date.   |
  | Created Date To        | Filter results that were created before the selected date.  |
  | Environments           | A comma-separated list of the alert creation environments.  |
  | Modification Date From | Filter results that were modified after the selected date.  |
  | Modification Date To   | Filter results that were modified before the selected date. |
  | Updated Date From      | Filter results that were updated after the selected date.   |
  | Updated Date To        | Filter results that were updated before the selected date.  |
</div>

## Example Output

```json theme={"dark"}
{
	"alerts": [
		{
			"acknowledged_by": null,
			"acknowledged_date": null,
			"alert_data": {
				"csv": [
					{
						"password": "Carroza1947",
						"username": "cabuneta47"
					}
				],
				"hashed_attachment_content_csv": "e461",
				"total_credentials": 1
			},
			"analysis_report": null,
			"attachments": [
				{
					"id": 18,
					"mimetype": "image/png",
					"name": "Compromised Account As Appears On Argos.png"
				}
			],
			"category": "data",
			"closed_by": null,
			"closure_date": null,
			"closure_reason": null,
			"confidence": 100,
			"created_by": {
				"email": "avital@cyberint.com"
			},
			"created_date": "2021-04-12T00:01:12",
			"csv_data": {
				"csv_id": 1981,
				"name": "Company Customer Credentials Exposed.csv"
			},
			"description": "text",
			"environment": "Argos Demo",
			"impacts": [
				"data_compromise",
				"unauthorized_access",
				"account_takeover",
				"revenue_loss",
				"brand_degradation",
				"customer_churn",
				"financial_penalties"
			],
			"iocs": [],
			"modification_date": "2021-04-12T00:01:12",
			"publish_date": "2020-11-23T17:44:42",
			"recommendation": "text",
			"ref_id": "ARG-3",
			"related_entities": [],
			"severity": "high",
			"source": "argos.1",
			"source_category": "antivirus_repository",
			"status": "open",
			"tags": [],
			"targeted_brands": [
				"Chase"
			],
			"targeted_vectors": [
				"customer"
			],
			"threat_actor": "",
			"ticket_id": null,
			"title": "Company Customer Credentials Exposed",
			"type": "compromised_customer_credentials"
		}
	]
}
```

## Workflow Library Example

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