Skip to main content
List incident events with filters
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/events \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "cxEventKey": "<string>",
      "cxEventTimestamp": "2023-11-07T05:31:56Z",
      "incidentEvent": {
        "id": "incident_event_id",
        "incidentEventType": "INCIDENT_EVENT_TYPE_UNSPECIFIED",
        "operationalEvent": {
          "systemName": "<string>"
        },
        "originatorType": "ORIGINATOR_TYPE_UNSPECIFIED",
        "snoozeIndicator": {
          "durationMinutes": 123,
          "startTime": "2023-11-07T05:31:56Z",
          "userId": "<string>"
        }
      },
      "incidentEventExtendedMetadata": {
        "alertGroupByFields": [
          "<string>"
        ],
        "alertId": "<string>",
        "alertLabels": [
          {
            "key": "key",
            "value": "value"
          }
        ],
        "alertName": "<string>",
        "alertType": "INCIDENT_EVENT_ALERT_TYPE_STANDARD_OR_UNSPECIFIED",
        "incidentPermutation": {},
        "incidentSeverity": "INCIDENT_SEVERITY_UNSPECIFIED",
        "incidentState": "INCIDENT_STATE_UNSPECIFIED",
        "incidentStatus": "INCIDENT_STATUS_UNSPECIFIED",
        "isMuted": true
      }
    }
  ],
  "pagination": {
    "nextPageToken": "next_page_token",
    "totalSize": 100
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

filter
object

Filter configuration for incident events

pagination
object

Pagination parameters for list requests

order_by
object

Response

A response containing a list of incident events and pagination information

items
Extended incident event · object[]
required
pagination
object

Pagination information for list responses