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

Get an incident by given ID.

<Note>
  External Documentation

  To learn more, visit the [Coralogix Incident Management documentation](https://docs.coralogix.com/api-reference/latest/incidents-service/get-incident-by-id).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                             |
  | ----------- | ----------------------------------------------------------------------- |
  | Incident ID | The ID of the incident. Can be obtained by the `List Incidents` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-incident-with-coralogix-incident-management-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-incident-with-coralogix-incident-management-and-send-results-via-email/canvas" />
</div>
