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": "b471db5a-a690-496d-8587-b833ad835836",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "dccec176-1d96-42b1-8a8f-247ffad9c709",
      "retrospective_step_id": "c94701cc-4c7f-4146-93c8-f6cba98e59da",
      "position": 1,
      "updated_at": "2025-03-28T23:04:16.944-07:00",
      "created_at": "2025-03-28T23:04:16.944-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
data
object
required