GET
/
v1
/
retrospective_process_group_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "66fc8207-c768-49b7-9f38-2c1481ab5fa9",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "2569c211-5b6f-452b-b126-48da0e425e4a",
      "retrospective_step_id": "63a6678d-bc68-491e-b1ee-b99e689219e1",
      "position": 1,
      "updated_at": "2025-07-09T03:06:23.945-07:00",
      "created_at": "2025-07-09T03:06:23.945-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

sub_status found

The response is of type object.