Skip to main content

Get Alerts Count By Status

GET 

/alert/count/:status

Returns an alert count for the specified status.

Rate Limits

The following rate limits apply:

  • Request rate limit: 2/sec
  • Burst limit: 10/sec

Request

Path Parameters

    status stringrequired

    Possible values: [open, dismissed, snoozed, resolved, pending_resolution]

    Alert Status

Responses

successful operation

Schema
    count int64

    Count

Loading...