Get the details of an incident by incident_id.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Incident IDThe UUID the incident.

Example Output

{
	"data": {
		"attributes": {
			"created": "2000-01-23T04:56:07.000+00:00",
			"customer_impact_duration": 0,
			"customer_impact_end": "2000-01-23T04:56:07.000+00:00",
			"customer_impact_scope": "An example customer impact scope",
			"customer_impact_start": "2000-01-23T04:56:07.000+00:00",
			"customer_impacted": false,
			"detected": "2000-01-23T04:56:07.000+00:00",
			"fields": {
				"severity": {
					"type": "dropdown",
					"value": "SEV-5"
				}
			},
			"modified": "2000-01-23T04:56:07.000+00:00",
			"notification_handles": [
				"@test.user@test.com",
				"@test.user@test.com"
			],
			"postmortem_id": "00000000-0000-0000-0000-000000000000",
			"public_id": 1,
			"resolved": "2000-01-23T04:56:07.000+00:00",
			"time_to_detect": 6,
			"time_to_internal_response": 1,
			"time_to_repair": 5,
			"time_to_resolve": 5,
			"title": "A test incident title"
		},
		"id": "00000000-0000-0000-0000-000000000000",
		"relationships": {
			"commander_user": {
				"data": {
					"id": "00000000-0000-0000-0000-000000000000",
					"type": "users"
				}
			},
			"created_by_user": {
				"data": {
					"id": "00000000-0000-0000-0000-000000000000",
					"type": "users"
				}
			},
			"integrations": {
				"data": [
					{
						"id": "00000000-0000-0000-0000-000000000000",
						"type": "incident_integrations"
					},
					{
						"id": "00000000-0000-0000-0000-000000000000",
						"type": "incident_integrations"
					}
				]
			},
			"last_modified_by_user": {
				"data": {
					"id": "00000000-0000-0000-0000-000000000000",
					"type": "users"
				}
			},
			"postmortem": {
				"data": {
					"id": "00000000-0000-0000-0000-000000000000",
					"type": "incident_postmortems"
				}
			}
		},
		"type": "incidents"
	},
	"included": [
		null,
		null
	]
}

Workflow Library Example

Get Incident with Datadog and Send Results Via Email

Preview this Workflow on desktop