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

<Note>
  External Documentation

  To learn more, visit the [Cynet documentation](https://help.api.cynet.com/docs/API-V3/svljjp8qoo8bw-get-alerts-with-pagination).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                      |
  | --------- | -------------------------------------------------------------------------------- |
  | Last Seen | The last time the alert was seen.                                                |
  | Limit     | The maximum number of objects to retrieve.                                       |
  | Offset    | The pagination offset indicating the starting point for the next set of results. |
</div>

## Example Output

```json theme={"dark"}
{
	"SyncTimeUtc": "2019-08-24T14:15:22Z",
	"Entities": [
		{
			"ClientDbId": -9007199254740991,
			"Uniqueness": "string",
			"IncidentName": "string",
			"IncidentDescription": "string",
			"IncidentJsonDescription": "string",
			"IncidentRecomendation": "string",
			"HostId": -9007199254740991,
			"HostIp": "string",
			"HostName": "string",
			"ProductId": -2147483648,
			"Sha256": "string",
			"Path": "string",
			"CommandLine": "string",
			"AlertIp": -9007199254740991,
			"AlertDomain": "string",
			"DomainId": -9007199254740991,
			"AlertUrl": "string",
			"UserId": -9007199254740991,
			"UserName": "string",
			"Severity": 1,
			"Status": 0,
			"AlertType": 0,
			"DateIn": "2019-08-24T14:15:22Z",
			"LastSeen": "2019-08-24T14:15:22Z",
			"DateChanged": "2019-08-24T14:15:22Z",
			"RemediationStatus": -2147483648,
			"DomainCrc": -9007199254740991,
			"EpsActionStatus": -2147483648,
			"File": {
				"ClientDbId": -9007199254740991,
				"Sha256": "string",
				"CommonFileName": "string",
				"MetaProductName": "string",
				"Company": "string",
				"RiskLevel": -2147483648,
				"EndPoints": -2147483648,
				"Antivirus": -2147483648,
				"VtRiskLevel": 0,
				"LastSeen": "2019-08-24T14:15:22Z",
				"DateIn": "2019-08-24T14:15:22Z"
			},
			"AlertGraphJsonResolved": "string",
			"AlertGraphJsonRaw": "string",
			"AutoRemediate": {
				"DbId": -9007199254740991,
				"RuleName": "string",
				"AlertName": "string",
				"Description": "string",
				"AlertId": -2147483648,
				"Severity": "string",
				"Priority": -2147483648,
				"DomainToBlock": "string",
				"UrlToBlock": "string",
				"IpToBlock": "string",
				"Sha256": "string",
				"FileName": "string",
				"UserName": "string",
				"IsFileFilter": true,
				"IsNetworkFilter": true,
				"IsUserFilter": true,
				"HostsGroupsStr": "string",
				"Status": -2147483648,
				"RemediationType": -2147483648,
				"RemediationMethod": -2147483648,
				"RemediationParams": "string",
				"CreatedDate": "2019-08-24T14:15:22Z",
				"UpdatedDate": "2019-08-24T14:15:22Z",
				"RemediationMethodType": 0,
				"DynamicRemediationTemplateId": -9007199254740991,
				"DynamicRemediationTemplateName": "string",
				"IsEnabled": true,
				"RemediationAction": "string"
			},
			"AutoRemediationId": -9007199254740991,
			"ScanGroupName": "string",
			"EpsRemediationActionPerformed": 0,
			"FirstSeenUtc": "2019-08-24T14:15:22Z",
			"LastSeenUtc": "2019-08-24T14:15:22Z",
			"EpsLastSeenLocal": "2019-08-24T14:15:22Z",
			"EpsLastSeenUtc": "2019-08-24T14:15:22Z",
			"ScanGuid": "string",
			"Modules": [
				{
					"Name": "string",
					"Categories": [
						{
							"Id": -9007199254740991,
							"Name": "string"
						}
					]
				}
			],
			"Tags": [
				{
					"Id": -9007199254740991,
					"Name": "string"
				}
			],
			"MitreDetails": [
				{
					"Tactic": {
						"Id": "string",
						"Name": "string"
					},
					"Technique": {
						"Id": "string",
						"Name": "string"
					}
				}
			]
		}
	]
}
```

## Workflow Library Example

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