Skip to main content
Batch Get Event
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/v3/events/events:batchGet \
  --header 'Authorization: <api-key>'
{
  "events": {},
  "notFoundIds": [
    "<string>"
  ],
  "pagination": {
    "nextPageToken": "test",
    "totalSize": 10
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

ids
string[]
order_bys
object[]
pagination
object
filter
object

Response

events
object
notFoundIds
string[]
pagination
object