Skip to main content
Batch Get Event
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/alerts/events/v3/all/list \
  --header 'Authorization: <api-key>'
{
  "events": {},
  "notFoundIds": [
    "<string>"
  ],
  "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

Query Parameters

ids
string[]

The ids.

The ids.

order_bys
object[]

Ordering criteria for the returned events.

pagination
object

Pagination parameters for the response.

filter
object

Optional filter to narrow the set of returned events.

Response

Response containing the details of an alert event.

events
object

List of events.

notFoundIds
string[]

The not found ids.

The not found ids.

pagination
object

Pagination metadata returned alongside paginated list responses.