Skip to main content
GET
/
v1
/
incident_retrospective_steps
/
{id}
Retrieves an incident retrospective step
curl --request GET \
  --url https://api.rootly.com/v1/incident_retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d34f15a8-af10-4944-ba53-0243d5c7a5dd",
    "type": "incident_retrospective_steps",
    "attributes": {
      "retrospective_step_id": "55c0c038-0e46-4dad-a586-10ea9ac60f17",
      "incident_id": "8fbc20ff-6a6b-4904-8396-2912f5eced77",
      "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": "2026-02-13T18:08:12.411-08:00",
      "updated_at": "2026-02-13T18:08:12.411-08: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

incident retrospective_step found

data
object
required