Burn Alerts
Get a Burn Alert
Get a single Burn Alert by ID.
get/1/burn_alerts/{datasetSlug}/{burnAlertId}
Response
Success
Example response
{
"alert_type": "exhaustion_time",
"id": "fS7vfB81Wcy",
"description": "Use this runbook if this alert fires.",
"created_at": "2022-09-22T17:32:11Z",
"updated_at": "2022-10-31T15:08:11Z",
"exhaustion_minutes": 120,
"slo": {
"id": "2LBq9LckbcA"
},
"recipients": [
{
"id": "abcd123",
"type": "email",
"target": "alerts@example.com"
}
]
}