Get an incident by given ID.

External Documentation

To learn more, visit the Coralogix Incident Management documentation.

Parameters

ParameterDescription
Incident IDThe ID of the incident. Can be obtained by the List Incidents action.

Example Output

{
	"assignments": [
		{
			"assigned_to": {
				"user_id": {
					"value": "assignee@coralogix.com"
				}
			},
			"assigned_by": {
				"user_id": {
					"value": "assignee@coralogix.com"
				}
			}
		}
	],
	"events": [],
	"contextual_labels": [
		{
			"key": "alert_id",
			"value": "e2e1e00f-552f-4dfc-9d24-ab9d21d4979c"
		},
		{
			"key": "alert_name",
			"value": "inalert"
		},
		{
			"key": "alert_type",
			"value": "Standard"
		},
		{
			"key": "alert_severity",
			"value": "Info"
		},
		{
			"key": "alert_group_by_fields",
			"value": "coralogix.metadata.applicationName , coralogix.metadata.subsystemName"
		},
		{
			"key": "alert_notification_group_id",
			"value": "ab8dee0e-063b-43c2-89a3-bdbb068ff851"
		},
		{
			"key": "alert_notification_group_grouping_fields",
			"value": "coralogix.metadata.applicationName , coralogix.metadata.subsystemName"
		},
		{
			"key": "alert_notification_group_integrations_ids",
			"value": ""
		}
	],
	"display_labels": [
		{
			"key": "coralogix.metadata.subsystemName",
			"value": "coralogix-operator"
		},
		{
			"key": "coralogix.metadata.applicationName",
			"value": "staging"
		}
	],
	"id": {
		"value": "cdfaf78b-27ee-401f-8d13-ebd2daa08232"
	},
	"name": null,
	"state": "INCIDENT_STATE_TRIGGERED",
	"status": "INCIDENT_STATUS_TRIGGERED",
	"description": null,
	"severity": "INCIDENT_SEVERITY_INFO",
	"created_at": {
		"seconds": "1703677320",
		"nanos": 0
	},
	"closed_at": null,
	"last_state_update_time": {
		"seconds": "1706088981",
		"nanos": 286000000
	},
	"last_state_update_key": {
		"value": "8cde7807-dedc-418b-b542-62d78fead629"
	},
	"is_muted": {
		"value": false
	}
}

Workflow Library Example

Get Incident with Coralogix Incident Management and Send Results Via Email

Preview this Workflow on desktop