GET
/
v1
/
incident_retrospective_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "eb2202d2-7b79-4ddd-ab71-9943950cd6a1",
    "type": "incident_retrospective_steps",
    "attributes": {
      "retrospective_step_id": "5744a703-a991-4ce2-88d0-13410f625ca2",
      "incident_id": "9e036ffa-e52e-4e9f-8da9-2d0450b1cc60",
      "title": "Step 4",
      "description": null,
      "due_date": null,
      "user_id": null,
      "kind": "custom",
      "position": 1,
      "skippable": false,
      "status": "todo",
      "status_changed_at": null,
      "status_changed_by_id": null,
      "created_at": "2025-06-19T04:15:39.906-07:00",
      "updated_at": "2025-06-19T04:15:39.906-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

incident retrospective_step found

The response is of type object.