Authorizations
API key authentication
Query Parameters
Filter configuration for incident events
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/events/count \
--header 'Authorization: <api-key>'{
"count": 100,
"reachedLimit": false
}Retrieve the total count of incident events matching a filter.
Requires the following permissions:
incidents:readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/events/count \
--header 'Authorization: <api-key>'{
"count": 100,
"reachedLimit": false
}API key authentication
Filter configuration for incident events
Show child attributes
Was this page helpful?