Retrieves a specific Retrospective Process Group by id
curl --request GET \
--url https://api.rootly.com/v1/retrospective_process_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d34cc98d-7917-4f03-89db-30d8f064f7e1",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "56a6ac14-3209-4b1a-bf66-789e0880a071",
"sub_status_id": "81682852-28a6-4641-a5bd-8b567048eaf0",
"position": 1,
"updated_at": "2025-12-13T18:51:53.164-08:00",
"created_at": "2025-12-13T18:51:53.164-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
comma separated if needed. eg: retrospective_process_group_steps
retrospective_process_group_steps sub_status found
Show child attributes
Unique ID of the retrospective_process_group
retrospective_process_groups Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/retrospective_process_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d34cc98d-7917-4f03-89db-30d8f064f7e1",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "56a6ac14-3209-4b1a-bf66-789e0880a071",
"sub_status_id": "81682852-28a6-4641-a5bd-8b567048eaf0",
"position": 1,
"updated_at": "2025-12-13T18:51:53.164-08:00",
"created_at": "2025-12-13T18:51:53.164-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}