Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/vnd.api+json
sub_status found
Retrieves a specific RetrospectiveProcessGroup Step by id
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"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
sub_status found
Show child attributes
Was this page helpful?
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"
}
}
}