Skip to main content

Get total count of incident events

GEThttps://api.coralogix.com/mgmt/openapi/5/incidents/events/v1/all/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

    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
    reachedLimit#boolean

    Indicates if the count reached the system limit

    Example: false