Skip to main content
Get Event
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/alerts/events/v3/{id} \
  --header 'Authorization: <api-key>'
{
  "event": {
    "multipleEvents": {
      "events": [
        {
          "companyId": 1,
          "cxEventKey": "test",
          "cxEventLabels": {},
          "cxEventPayload": {},
          "cxEventPayloadType": "test_payload_type",
          "cxEventTimestamp": "2024-05-05T00:00:00.000Z",
          "cxEventType": "test_type",
          "cxEventDedupKey": "test_dedup_key",
          "cxEventMetadata": {}
        }
      ]
    }
  },
  "pagination": {
    "nextPageToken": "test",
    "totalSize": 10
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Unique identifier of the alert event to retrieve.

Example:

"test"

Query Parameters

order_bys
object[]

The order bys.

pagination
object

Pagination parameters for the response.

Response

Response containing the details of an alert event.

event
CxEventSingleOrMultiple · object

This data structure represents a single or multiple events

pagination
object

Pagination metadata returned alongside paginated list responses.