Skip to main content
Get an event by ID
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/events/v1/{event_id} \
  --header 'Authorization: <api-key>'
{
  "event": {
    "actor": {
      "apiKey": {
        "id": "2b1c3d4e-5f6a-7b8c-9d0e-1f2a3b4c5d6e",
        "name": "Incident Management Integration Key"
      }
    },
    "createTime": "2025-09-22T10:30:00.000Z",
    "eventData": {
      "assigned": {
        "assigneeUserId": "3af152ee-9eaf-4803-87f1-23c5fb2fbaa0",
        "previousAssigneeUserId": "<string>"
      }
    },
    "eventId": "ef51d3d9-a301-496b-aa7d-9a6e519ba0d5",
    "eventTime": "2025-09-22T10:29:45.000Z",
    "updateTime": "2023-11-07T05:31:56Z"
  }
}

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

event_id
string
required

ID of the event to fetch

Example:

"f56645c5-9cd4-4b9f-961f-4f852d8835a0"

Response

Response containing the details of a case event.

event
Case event · object
required

Represents an immutable entry in a case's event timeline.