Skip to main content
GET
/
console
/
v1
/
alerts
List Topline Alerts
curl --request GET \
  --url https://statsigapi.net/console/v1/alerts \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "alertType": "threshold",
      "metrics": {},
      "metricGroupBys": {},
      "formula": "<string>",
      "message": "<string>",
      "creatorID": "<string>",
      "companyID": "<string>",
      "priority": "P0",
      "alertThreshold": 123,
      "warningThreshold": 123,
      "windowMs": 123,
      "condition": "greater",
      "renotificationConditions": [
        "raise"
      ],
      "renotificationWindowMs": 123,
      "renotificationMessage": "<string>",
      "team": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ],
  "pagination": {
    "itemsPerPage": 123,
    "pageNumber": 123,
    "nextPage": "<string>",
    "previousPage": "<string>",
    "totalItems": 123,
    "all": "<string>"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Query Parameters

creatorName
string | null
creatorID
string | null
tags
limit
integer
Example:
page
integer
Example:

Response

message
string
required
data
object[]
required
pagination
object
required