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

# Get Alert

Gets a specific alert.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                       |
  | --------- | ------------------------------------------------------------------------------------------------- |
  | Alert ID  | The ID of the alert to be fetched. Alert IDs can be obtained by running the `List Alerts` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"body": {
		"Assets": [
			{
				"Type": "Domains",
				"Value": "example.com"
			}
		],
		"Assignees": [],
		"Closed": {
			"IsClosed": false
		},
		"Details": {
			"Description": "Dark Web - A total of 2 company website login credentials were \n                gathered from an infected machine by an information-stealing malware. \n                The collected data includes the machine’s IP address, leak date, \n                and the website where the credentials were used.\n                All of the collected data is displayed in the attached CSV file. | Recommendations:  Notify the targeted users that their credentials were compromised. Enforce a change of the leaked credentials that were used in the company website.",
			"Images": [
				"1234567890abcdef12345678"
			],
			"Severity": "High",
			"Source": {
				"Date": "2023-01-15T10:00:00.000Z",
				"LeakName": "Botnets-101",
				"NetworkType": "DarkWeb",
				"Type": "Leaked Database",
				"URL": null
			},
			"SubType": "CredentialsLeakage",
			"Tags": [],
			"Title": "Dark Web - A total of 2 company website login credentials, including clear text passwords, were gathered from an infected machine",
			"Type": "DataLeakage"
		},
		"FoundDate": "2023-08-01T09:30:00.000Z",
		"IsFlagged": true,
		"RelatedIocs": [],
		"RelatedThreatIDs": [
			"abcdef1234567890abcdef12"
		],
		"TakedownStatus": "Pending",
		"UpdateDate": "2023-08-01T09:30:00.000Z",
		"_id": "abcdef1234567890abcdef13"
	}
}
```

## Workflow Library Example

[Get Alert with Rapid7 Threat Command and Send Results Via Email](https://library.blinkops.com/workflows/get-alert-with-rapid7-threat-command-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/get-alert-with-rapid7-threat-command-and-send-results-via-email/canvas" />
</div>
