GET
/
v1
/
retrospective_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d0ae5a1e-11d8-4583-b233-14dabc50eabe",
    "type": "retrospective_steps",
    "attributes": {
      "retrospective_process_id": "a6d56dda-5eda-46d7-be20-53ea4ce3cf83",
      "title": "Step 11",
      "description": "Bar",
      "incident_role_id": "c1b63975-1f0d-4295-8da8-b05d14242e3e",
      "due_after_days": null,
      "position": 1,
      "skippable": true,
      "created_at": "2025-04-18T18:22:31.519-07:00",
      "updated_at": "2025-04-18T18:22:31.519-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
data
object
required