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": "60f3fe8a-e62e-4c38-a036-9b0224289245",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "fa62d77e-16b7-41e6-91ac-22ee75235aca",
"retrospective_step_id": "3d86a741-6cb2-4904-ad4d-74c6c76ce503",
"position": 1,
"updated_at": "2025-12-16T03:04:11.822-08:00",
"created_at": "2025-12-16T03:04:11.822-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
sub_status found
Show child attributes
Unique ID of the retrospective_process_group_step
retrospective_process_group_steps Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "60f3fe8a-e62e-4c38-a036-9b0224289245",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "fa62d77e-16b7-41e6-91ac-22ee75235aca",
"retrospective_step_id": "3d86a741-6cb2-4904-ad4d-74c6c76ce503",
"position": 1,
"updated_at": "2025-12-16T03:04:11.822-08:00",
"created_at": "2025-12-16T03:04:11.822-08:00"
}
}
}