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": "eca2079d-5b23-4043-a6b7-4bed83d18359",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "ae05ad0e-cedd-4fea-a1cc-85fdc87d53f5",
      "retrospective_step_id": "4e7c0b18-1cde-47eb-9206-c62feff9ff3c",
      "position": 1,
      "updated_at": "2025-12-05T21:28:09.960-08:00",
      "created_at": "2025-12-05T21:28:09.960-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