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": "bc12b89d-d36d-40dc-9a9b-1a5c6bd74fc6",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "0cfa7a98-cb6c-433e-a7b9-a88ba7d5d285",
      "retrospective_step_id": "cb4afb70-f9c1-4263-b138-8efa5a3138c5",
      "position": 1,
      "updated_at": "2025-04-20T05:24:51.848-07:00",
      "created_at": "2025-04-20T05:24:51.848-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