Alerts
Get Alert
Request
GET /alerts/uuid
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/alerts/bf959d9f-8175-4263-b66f-c2872bbc791a"
Response Example
Status: 200 ok
{
"uuid": "f91e6a3b76c6459ea0c72d460f26eba0",
"name": "Example Alert",
"up": true,
"degraded": false,
"disrupted": false,
"down": true,
"maintenance": true,
"recipients": [
{
"uuid": "43f7b435f7ff4ac2871f1ebc48992635",
"type": "email",
"target": "[email protected]",
"createdAt": "2023-03-06T00:02:54.834119Z",
"updatedAt": "2023-03-06T00:02:54.834119Z"
}
],
"createdAt": "2023-03-06T00:02:54.834119Z",
"updatedAt": "2023-03-06T00:02:54.834119Z"
}