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

Retrieve an alert by its ID.

<Note>
  External Documentation

  To learn more, visit the [FireHydrant documentation](https://docs.firehydrant.com/reference/get_alert).
</Note>

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"id": "string",
	"summary": "string",
	"description": "string",
	"priority": "string",
	"integration_name": "string",
	"starts_at": "2025-07-16T07:38:50.238Z",
	"ends_at": "2025-07-16T07:38:50.238Z",
	"duration_ms": 0,
	"duration_iso8601": "string",
	"status": "string",
	"remote_id": "string",
	"remote_url": "string",
	"labels": {},
	"environments": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"services": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"tags": [
		"string"
	],
	"source_icon": "string",
	"signal_id": "string",
	"signal_rule": {
		"id": "string",
		"name": "string",
		"expression": "string",
		"team_id": "string",
		"target": {
			"id": "string",
			"name": "string",
			"type": "string",
			"is_pageable": true
		},
		"created_by": {
			"id": "string",
			"name": "string",
			"source": "string",
			"email": "string"
		},
		"created_at": "2025-07-16T07:38:50.238Z",
		"updated_at": "2025-07-16T07:38:50.238Z",
		"incident_type": {
			"id": "string",
			"name": "string"
		},
		"notification_priority_override": "HIGH",
		"create_incident_condition_when": "WHEN_UNSPECIFIED",
		"deduplication_expiry": "PT1H"
	},
	"signal_target": {
		"id": "string",
		"name": "string",
		"type": "string",
		"is_pageable": true
	},
	"team_name": "string",
	"team_id": "string",
	"position": 0,
	"incidents": [
		{
			"id": "string",
			"name": "string",
			"number": 0
		}
	],
	"events": [
		{
			"id": "string",
			"type": "string",
			"data": {},
			"created_at": "2025-07-16T07:38:50.238Z"
		}
	],
	"is_expired": true,
	"is_noise": true,
	"parent_alerts": [
		{
			"id": "string",
			"summary": "string",
			"description": "string",
			"starts_at": "2025-07-16T07:38:50.238Z",
			"ends_at": "2025-07-16T07:38:50.238Z",
			"status": "string",
			"remote_id": "string",
			"remote_url": "string",
			"labels": {},
			"tags": [
				"string"
			],
			"signal_id": "string",
			"signal_rule": {
				"id": "string",
				"name": "string",
				"expression": "string",
				"team_id": "string",
				"target": {
					"id": "string",
					"name": "string",
					"type": "string",
					"is_pageable": true
				},
				"created_by": {
					"id": "string",
					"name": "string",
					"source": "string",
					"email": "string"
				},
				"created_at": "2025-07-16T07:38:50.238Z",
				"updated_at": "2025-07-16T07:38:50.238Z",
				"incident_type": {
					"id": "string",
					"name": "string"
				},
				"notification_priority_override": "HIGH",
				"create_incident_condition_when": "WHEN_UNSPECIFIED",
				"deduplication_expiry": "PT1H"
			}
		}
	],
	"child_alerts": [
		{
			"id": "string",
			"summary": "string",
			"description": "string",
			"starts_at": "2025-07-16T07:38:50.238Z",
			"ends_at": "2025-07-16T07:38:50.238Z",
			"status": "string",
			"remote_id": "string",
			"remote_url": "string",
			"labels": {},
			"tags": [
				"string"
			],
			"signal_id": "string",
			"signal_rule": {
				"id": "string",
				"name": "string",
				"expression": "string",
				"team_id": "string",
				"target": {
					"id": "string",
					"name": "string",
					"type": "string",
					"is_pageable": true
				},
				"created_by": {
					"id": "string",
					"name": "string",
					"source": "string",
					"email": "string"
				},
				"created_at": "2025-07-16T07:38:50.238Z",
				"updated_at": "2025-07-16T07:38:50.238Z",
				"incident_type": {
					"id": "string",
					"name": "string"
				},
				"notification_priority_override": "HIGH",
				"create_incident_condition_when": "WHEN_UNSPECIFIED",
				"deduplication_expiry": "PT1H"
			}
		}
	],
	"conversations": [
		{
			"id": "string",
			"resource_class": "string",
			"resource_id": "string",
			"field": "string",
			"comments_url": "string",
			"channel": {
				"name": "string"
			}
		}
	]
}
```

## Workflow Library Example

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