v1

latestOpenAPI 3.1.0Apache 2.02026-07-2685126228.9 KB
Burn Alerts

List All Burn Alerts for an SLO

Get all burn alerts associated with the SLO specified in the slo_id query param. It is not currently possible to retrieve all burn alerts for a dataset, environment, or team.

get/1/burn_alerts/{datasetSlug}

Query parameters

slo_idstring required

For use with the list endpoint to retrieve all burn alerts for a specified SLO.

Response

Success

Example response

[
  {
    "id": "fS7vfB81Wcy",
    "alert_type": "exhaustion_time",
    "description": "Use this runbook (link) if this alert fires.",
    "triggered": true,
    "exhaustion_minutes": 120,
    "slo": {
      "id": "2LBq9LckbcA"
    },
    "created_at": "2022-09-22T17:32:11Z",
    "updated_at": "2022-10-22T17:32:11Z"
  },
  {
    "id": "gT7wgC82Xcz",
    "alert_type": "budget_rate",
    "description": "Use this runbook (link) if this alert fires.",
    "triggered": true,
    "budget_rate_window_minutes": 60,
    "budget_rate_decrease_threshold_per_million": 1000,
    "slo": {
      "id": "2LBq9LckbcA"
    },
    "created_at": "2022-09-22T17:32:11Z",
    "updated_at": "2022-10-22T17:32:11Z"
  }
]