Skip to main content
GET
/
v1
/
retrospective_process_group_steps
/
{id}
Retrieves a RetrospectiveProcessGroup Step
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7471e833-f5f6-47d7-9e53-648df17c35b0",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "b729cdd6-3cbe-4b1a-a58d-49c79a663f35",
      "retrospective_step_id": "181f814a-37fe-46ae-a2d2-2fac2b1a1301",
      "position": 1,
      "updated_at": "2026-01-25T11:07:33.706-08:00",
      "created_at": "2026-01-25T11:07:33.706-08: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

data
object
required