Skip to main content
List Events Count
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/alerts/events/v3/count \
  --header 'Authorization: <api-key>'
{
  "count": "10",
  "reachedLimit": false
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

filter
EventsFilter · object

This data structure represents an events filter

Response

This data structure represents a response to list events count

count
string<uint64>
required
Example:

"10"

reachedLimit
boolean
required
Example:

false