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": "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"
}
}
}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": "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"
}
}
}