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

Authorizations

STATSIG-API-KEY
string
header
required

Path Parameters

id
string
required

id

Response

Read Alert success response

message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.