Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Get incident events

GEThttps://api.coralogix.com/mgmt/openapi/3/incidents/incidents/v1/{incident_id}/events

Retrieve a chronological list of all events associated with a specific incident. Includes state changes, assignments, acknowledgments, and resolutions.

Requires the following permissions:

  • incidents:read

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    incident_id# stringrequired
    Example: incident_id

Response

application/json

Response containing all events associated with the requested incident

    incidentEvents#object[]oneOf
    incidentEvents.id#stringrequired

    The ID of the incident event

    Example: incident_event_id
    incidentEvents.incidentEventType#IncidentEventTyperequired

    Possible values: [INCIDENT_EVENT_TYPE_UNSPECIFIED, INCIDENT_EVENT_TYPE_UPSERT_STATE, INCIDENT_EVENT_TYPE_OPEN, INCIDENT_EVENT_TYPE_CLOSE, INCIDENT_EVENT_TYPE_SNOOZE_INDICATOR, INCIDENT_EVENT_TYPE_ASSIGN, INCIDENT_EVENT_TYPE_UNASSIGN, INCIDENT_EVENT_TYPE_ACKNOWLEDGE]

    incidentEvents.originatorType#OriginatorTyperequired

    Possible values: [ORIGINATOR_TYPE_UNSPECIFIED, ORIGINATOR_TYPE_OPERATIONAL, ORIGINATOR_TYPE_ADMINISTRATIVE]