Skip to main content
List Events
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/alerts/events/v3 \
  --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

filter
EventsFilter · object

This data structure represents an events filter

order_bys
object[]
pagination
object

Response

This data structure represents a response to list events

events
Event · object[]
required
pagination
object