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

Returns the actionable alert correlating to a specific ID.

<Note>
  External Documentation

  To learn more, visit the [Cybersixgill documentation](https://developer.cybersixgill.com/catalog/api/cc0617a9-858f-429e-8617-a9858fd29eff/doc).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                                                                                           |
  | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Actionable Alert ID | The ID of the actionable alert. Can be obtained by using the `List Actionable Alert` action.                                                          |
  | Organization ID     | The ID of the organization that the alert belongs to. Required for multi-tenant organizations. Can be obtained using the `List Organizations` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "actionableID",
	"alert_type_id": "alertTypeID",
	"alert_name": "test alert name",
	"origin": "alert",
	"alert_id": "alertID",
	"threat_level": "emerging",
	"threats": [
		"exploit",
		"vulnerability"
	],
	"breach_info": "breachID",
	"case_id": "test case",
	"site": "test_site",
	"content": "a lot of text",
	"read": false,
	"es_id": "aSndIs322nBbd",
	"date": "2018-08-01 00:00:00",
	"title": "actionable alert title",
	"assessment": "some assessments taken from template",
	"description": "some description taken from template",
	"summary": "some summary taken from template",
	"recommendations": [
		"first recommendation from template",
		"second recommendation from template"
	],
	"langcode": "ru",
	"lang": "Russian",
	"status": {
		"name": "in_treatment",
		"by_user": "#12:1"
	}
}
```

## Workflow Library Example

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