v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
DORA Metrics

Get an incident event

Use this API endpoint to get an incident event.

get/api/v2/dora/failures/{failure_id}

Path parameters

failure_idstring required

The ID of the incident event.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "custom_tags": [
        "incident_type:database",
        "department:engineering"
      ],
      "env": "production",
      "finished_at": "2023-08-31T14:31:14Z",
      "git": {
        "commit_sha": "66adc9350f2cc9b250b69abddab733dd55e1a588",
        "repository_url": "https://github.com/organization/example-repository"
      },
      "name": "Database outage",
      "services": [
        "shopist"
      ],
      "severity": "SEV-1",
      "started_at": "2023-08-31T14:29:34Z",
      "team": "backend"
    },
    "id": "4242fcdd31586085",
    "type": "dora_incident"
  }
}