GET
/
v1
/
retrospective_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4fe558bd-0469-478d-b241-57f35569ea9b",
    "type": "retrospective_steps",
    "attributes": {
      "retrospective_process_id": "7d3e0e55-55b9-47fa-89de-fa10f3e39642",
      "title": "Step 11",
      "description": "Bar",
      "incident_role_id": "6786d375-7753-49ac-aa7f-af75d27ab6a9",
      "due_after_days": null,
      "position": 1,
      "skippable": true,
      "created_at": "2025-05-08T00:24:00.004-07:00",
      "updated_at": "2025-05-08T00:24:00.004-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
retrospective_step found

The response is of type object.