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": "3df83b47-6752-4464-a82c-1af131f28d1a",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "7cbcd56a-7a99-4e62-9739-853e97cbf062",
      "retrospective_step_id": "b65a9f6d-ef42-4436-a40d-d1a82243d061",
      "position": 1,
      "updated_at": "2025-11-27T00:11:53.819-08:00",
      "created_at": "2025-11-27T00:11:53.819-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