Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Query Parameters
Name of the creator.
ID of the user who created the entity.
Filter by tags
Results per page
Example:
10
Page number
Example:
1
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>"
}
}Optional header to respect review settings for mutation endpoints.
Name of the creator.
ID of the user who created the entity.
Filter by tags
Results per page
10
Page number
1
List Alerts success response