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

Retrieve an alert by a specified ID.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                     |
  | ---------- | --------------------------------------------------------------------------------------------------------------- |
  | Account ID | The account ID for which to retrieve the alert. The `Account ID` can be obtained by the `List Accounts` action. |
  | Alert ID   | The ID of the alert to retrieve.                                                                                |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "ok",
	"data": [
		{
			"account_id": "5d72f3eb0ca85abe3d6d5f2d",
			"id": "63cf9e98793adf30405e001b",
			"source": "security_checks",
			"source_id": "5e458be06c2e6a46e7bd36ba",
			"description": "Security check \"Site Content External Sharing Policy\" affected count changed from 3 to 4",
			"timestamp": "2023-01-24T09:02:00Z",
			"alert_type": "Security Check Degraded",
			"is_archived": false,
			"user_who_archived": null,
			"security_check_api_link": "http://api.adaptive-shield.com/api/v1/accounts/5d72f3eb0ca85abe3d6d5f2d/security_checks/5e458be06c2e6a46e7bd36ba",
			"integration": {
				"id": "5e4575bf8d01e7a032689dc2",
				"name": "SharePoint + OneDrive",
				"alias": "Internal Sharing (SharePoint/OneDrive)"
			},
			"affected_diff": [
				"https://adaptiveshieldis-my.sharepoint.com/site-1"
			],
			"new_affected_count": 11
		}
	]
}
```

## Workflow Library Example

[Get Alert by Id with Adaptive Shield and Send Results Via Email](https://library.blinkops.com/workflows/get-alert-by-id-with-adaptive-shield-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-by-id-with-adaptive-shield-and-send-results-via-email/canvas" />
</div>
