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

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required
Example:

"test"

Query Parameters

order_bys
object[]
pagination
object

Response

event
object

This data structure represents a single or multiple events

  • CxEventSingleOrMultiple
  • CxEventSingleOrMultiple
pagination
object