Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Get total count of incident events

GEThttps://api.coralogix.com/mgmt/openapi/3/incidents/incidents/v1/events/count

Retrieve the total count of incident events matching a filter.

Requires the following permissions:

  • incidents:read

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Query Parameters

    filter# object

Response

application/json

A response containing the total count of matching incident events and whether the count limit was reached

    count#uint64

    Total number of incident events matching the filter

    Example: 100
    reachedLimit#boolean

    Indicates if the count reached the system limit

    Example: false