Retrieve an alert by its ID.
External DocumentationTo learn more, visit the FireHydrant documentation.

Parameters

ParameterDescription
Alert IDThe ID of the alert to retrieve.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop