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

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

filter
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