GET
/
v1
/
retrospective_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9e9aba61-a721-4cdc-b368-6d774a8402c5",
    "type": "retrospective_steps",
    "attributes": {
      "retrospective_process_id": "abc3eb9f-b7aa-478f-a975-76f76cbd4259",
      "title": "Step 11",
      "description": "Bar",
      "incident_role_id": "c5d932ad-e625-4e2f-90ea-40e0e06ec42b",
      "due_after_days": null,
      "position": 1,
      "skippable": true,
      "created_at": "2025-03-20T17:53:49.369-07:00",
      "updated_at": "2025-03-20T17:53:49.369-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