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

Get details about an alert.

<Note>
  External Documentation

  To learn more, visit the [Lacework documentation](https://api.lacework.net/api/v2/docs#tag/Alerts/paths/~1api~1v2~1Alerts~1\{alertId}/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                            |
  | --------- | -------------------------------------------------------------------------------------- |
  | Alert ID  | The ID of the alert to get details of. Can be retrieved from the 'List Alerts' action. |
  | Scope     | Scope of the details to get.                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"alertId": 813628,
		"startTime": "2022-06-30T00:00:00.000Z",
		"alertType": "CloudActivityLogIngestionFailed",
		"severity": "High",
		"endTime": "2022-06-30T01:00:00.000Z",
		"lastUserUpdatedTime": "",
		"status": "Open",
		"alertName": "Clone of Cloud Activity log ingestion failure detected",
		"alertInfo": {
			"subject": "Clone of Cloud Activity log ingestion failure detected: `azure-al-india-dnd` (and `3` more) is failing for data ingestion into Lacework",
			"description": "New integration failure detected for azure-al-india-dnd (and 3 more)",
			"supportingFacts": [
				{
					"supportingFactText": "Container Escape",
					"subElements": [
						{
							"supportingFactText": "Use of known container privilege escalation and exploit tools 6 time(s) on host(s) ip-172-18-0-240"
						}
					]
				}
			]
		},
		"entityMap": {
			"API": "{object}",
			"CT_User": "{object}",
			"CT_RawTime": "{object}",
			"Region": "{object}",
			"Resource": "{object}",
			"RulesTriggered": "{object}",
			"SourceIpAddress": "{object}"
		}
	}
}
```

## Workflow Library Example

[Get Alert Details with Lacework and Send Results Via Email](https://library.blinkops.com/workflows/get-alert-details-with-lacework-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-details-with-lacework-and-send-results-via-email/canvas" />
</div>
