Skip to main content
List Alert Events
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/alerts/events/v3/alert-events \
  --header 'Authorization: <api-key>'
{
  "events": [
    {
      "companyId": 1,
      "cxEventKey": "test",
      "cxEventLabels": {},
      "cxEventPayload": {},
      "cxEventPayloadType": "test_payload_type",
      "cxEventTimestamp": "1714857600",
      "cxEventType": "test_type",
      "cxEventDedupKey": "test_dedup_key",
      "cxEventMetadata": {}
    }
  ],
  "pagination": {
    "nextPageToken": "test",
    "totalSize": 10
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

alert_ids
string[]

Alert version IDs to filter events by

Example:
["32144a8a-7ee0-4c16-a093-2bf1f9c12e1e"]
timestamp_range
TimestampRange · object

This data structure represents a timestamp range

cx_event_labels
object

Optional event labels to filter by (e.g., app, subsystem, region)

order_bys
object[]
pagination
object

Response

Response containing events associated with the alert

events
Event · object[]
required
pagination
object