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": "726727c6-3400-4ddf-ba83-efec031bf37d",
    "type": "incident_retrospective_steps",
    "attributes": {
      "retrospective_step_id": "11cfde0b-d8a3-466c-914c-7d06bf96b2b0",
      "incident_id": "0ac47c8c-8fe2-475e-a328-907842cd5d1e",
      "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-03-26T23:22:07.091-07:00",
      "updated_at": "2025-03-26T23:22:07.091-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
data
object
required