Skip to main content
Get alert event by ID
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/v3/alert-event/{id} \
  --header 'Authorization: <api-key>'
{
  "multiplePermutation": {
    "alertEventMultiplePermutation": [
      {
        "activityAnalysis": {
          "rules": [
            "<string>"
          ]
        },
        "alertId": "<string>",
        "groupLabels": {},
        "incidentCorrelationKey": "<string>",
        "payload": {},
        "payloadType": "<string>",
        "permutationId": "<string>",
        "permutationLabels": {},
        "preGroupingEventId": "<string>",
        "timestamp": "2023-11-07T05:31:56Z"
      }
    ]
  },
  "id": "<string>",
  "pagination": {
    "nextPageToken": "<string>",
    "totalSize": 123
  }
}

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.

Query Parameters

order_bys
object[]

Ordering applied to the alert event occurrences in the response.

pagination
object

Pagination parameters (page size and page token) for the returned occurrences.

Response

Response containing the details of an alert event.

multiplePermutation
object
required

Alert event multiple permutation.

id
string

Unique identifier of the alert event.

pagination
object

Pagination response.