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": "d8731a9f-3c9a-4813-a664-f91992279a2c",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "e7eac457-0298-4b39-a72c-4458d9a86155",
      "retrospective_step_id": "69607e52-1ac9-4aa6-933e-61bdc98ce2f0",
      "position": 1,
      "updated_at": "2025-06-19T02:43:10.105-07:00",
      "created_at": "2025-06-19T02:43:10.105-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.