cURL
curl --request GET \ --url https://statsigapi.net/console/v1/alerts/{id}/events/{eventId} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "id": "<string>", "eventType": "raise", "title": "<string>", "message": "<string>", "reason": "<string>", "createdTime": 123, "multiAlertGroupBys": {} } }
id
alert event id
Read Alert Event success response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?