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

Get details of a threat.

<Note>
  External Documentation

  To learn more, visit the [Abnormal documentation](https://app.swaggerhub.com/apis-docs/abnormal-security/abx/1.4.1#/Threats/get_threats__threatId_).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                      |
  | --------- | -------------------------------------------------------------------------------- |
  | Threat ID | The ID representing the threat. Can be retrieved from the 'List Threats' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"threatId": "<string>",
	"messages": [
		{
			"abxMessageIdStr": "<string>",
			"abxMessageId": 320924522410057650,
			"abxPortalUrl": "<string>",
			"attachmentCount": 2,
			"attachmentNames": [],
			"attackStrategy": "<string>",
			"attackType": "<string>",
			"attackVector": "<string>",
			"attackedParty": "<string>",
			"autoRemediated": true,
			"impersonatedParty": "<string>",
			"internetMessageId": "<string>",
			"isRead": true,
			"postRemediated": false,
			"recipientAddress": "<string>",
			"remediationStatus": "<string>",
			"remediationTimestamp": "2025-04-04T21:30:41.974074Z",
			"sentTime": "2025-03-27T16:50:07Z",
			"ccEmails": [],
			"replyToEmails": [],
			"returnPath": "<string>",
			"senderDomain": "<string>",
			"senderIpAddress": "<string>",
			"summaryInsights": [
				"<string>",
				"<string>"
			],
			"urlCount": 0,
			"urls": [],
			"fromAddress": "<string>",
			"fromName": "<string>",
			"receivedTime": "2025-03-27T16:50:15Z",
			"subject": "<string>",
			"threatId": "<string>",
			"toAddresses": [
				"<string>"
			]
		}
	]
}
```

## Workflow Library Example

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