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

# Read An Alert For A Domain

Return the information of an alert associated with a domain.

<Note>
  External Documentation

  To learn more, visit the [HackNotice documentation](https://documenter.getpostman.com/view/806684/RWaHzA6C#5116a9a2-e0b6-4ef0-8b6f-e22f53860e69).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                      |
  | --------- | -------------------------------- |
  | Alert ID  | The ID of the alert to retrieve. |
  | Domain ID | The ID of the domain.            |
</div>

## Example Output

```json theme={"dark"}
{
	"tags": [],
	"tier": [],
	"tierattempted": [],
	"taggroups": [],
	"_id": "abcdef1234567890abcdef12",
	"customer_id": "1234567890abcdef12345678",
	"domainwatchlist_id": "9876543210abcdef98765432",
	"leakfile_id": "abcdef9876543210abcdef98",
	"hit_value": "j.doe@domain.com",
	"timestamp": "2025-03-29T01:38:17.394Z",
	"matches": "XyZ123AbCdEfGhIjKlMn%2F456%3D",
	"sentPush": true,
	"sentEmail": true,
	"remediated": false,
	"published_date": "2025-03-28T08:12:40.208Z",
	"leak_name": "BY TELEGRAM @TXT_SAMPLE - 999.txt.16_recon-03-27-25",
	"predicted_tags": [
		{
			"tags": [
				"website"
			],
			"_id": "abcdef6543217890abcdef12",
			"valueIndex": 0
		}
	],
	"remediations": [],
	"__v": 0,
	"processed": true,
	"alertprocessed": true,
	"leakfileDoc": {
		"size": 199229440,
		"linecount": 3479877,
		"password_type": "plaintext",
		"_id": "abcdef9876543210abcdef98",
		"__v": 0,
		"published_mo_yr": "2025-03-01T00:00:00.329Z",
		"domain": "leak.domain-2025",
		"description": "A credential combination list shared during March 2025 in the hacker community. The original source of the data is unknown.",
		"leak_name": "March 2025 Compilation Combo List",
		"potentialdomain": "sample",
		"predicted_tags": [],
		"tags": [
			{
				"tags": [
					"website"
				],
				"_id": "123abc456def789ghi012jkl",
				"valueIndex": 0
			}
		],
		"openAIRetryTagging": false,
		"openAITaggingAttemptedDate": "2025-03-28T02:07:06.157Z",
		"openAITaggingAttempted": true,
		"openAITag": false,
		"attemptedNewTags": false,
		"compTag": true,
		"attemptedTag": true,
		"infoStealerLog": true,
		"taggroups": [
			"pii",
			"passwords"
		]
	},
	"leakDoc": {
		"_source": {
			"log": {
				"file": {
					"path": "BY TELEGRAM @TXT_SAMPLE - 999.txt.16_recon-03-27-25"
				},
				"offset": 127494429
			},
			"messagev2": [
				"https",
				"//fs.domain.com",
				"j.doe@domain.com",
				"ExamplePass123!"
			],
			"@timestamp": "2025-03-28T08:12:40.208Z",
			"message": "https://fs.domain.com:j.doe@domain.com:ExamplePass123!"
		},
		"successful_hash": [],
		"_id": "XyZ123AbCdEfGhIjKlMn%2F456%3D",
		"_index": "newleaks8",
		"_score": 45.123463,
		"domain": "domain.com",
		"timestamp": "2025-03-29T01:38:17.394Z",
		"tags": [],
		"hashes": [],
		"__v": 0
	}
}
```

## Workflow Library Example

[Read an Alert for a Domain with Hacknotice and Send Results Via Email](https://library.blinkops.com/workflows/read-an-alert-for-a-domain-with-hacknotice-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/read-an-alert-for-a-domain-with-hacknotice-and-send-results-via-email/canvas" />
</div>
