Authorizations
Headers
Query Parameters
Example:
Example:
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>"
}
}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>"
}
}Was this page helpful?