Get total count of incident events
GET
https://api.coralogix.com/mgmt/openapi/5/incidents/events/v1/all/countRetrieve the total count of incident events matching a filter.
Requires the following permissions:
incidents:read
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Query Parameters
filter# object
Filter for incident events
Response
application/json
A response containing the total count of matching incident events and whether the count limit was reached
count#string
Total number of incident events matching the filter
Possible values: non-empty and <= 20 characters, Value must match regular expression ^[0-9]+$
Example:
100