Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
retrospective_process_group created
Creates a new retrospective process group from provided data
curl --request POST \
--url https://api.rootly.com/v1/retrospective_processes/{retrospective_process_id}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_groups",
"attributes": {
"sub_status_id": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "aa22b5db-678b-4bc4-b655-e6d021f54c37",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "90c41384-75f1-41b0-b0cb-59d427a2f3e1",
"sub_status_id": "13f47322-46b5-4d92-b71e-ad25eee1210a",
"position": 3,
"updated_at": "2025-11-27T00:11:57.196-08:00",
"created_at": "2025-11-27T00:11:57.196-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
retrospective_process_group created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/retrospective_processes/{retrospective_process_id}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "retrospective_process_groups",
"attributes": {
"sub_status_id": "<string>",
"position": 123
}
}
}'{
"data": {
"id": "aa22b5db-678b-4bc4-b655-e6d021f54c37",
"type": "retrospective_process_groups",
"attributes": {
"retrospective_process_id": "90c41384-75f1-41b0-b0cb-59d427a2f3e1",
"sub_status_id": "13f47322-46b5-4d92-b71e-ad25eee1210a",
"position": 3,
"updated_at": "2025-11-27T00:11:57.196-08:00",
"created_at": "2025-11-27T00:11:57.196-08:00"
},
"relationships": {
"retrospective_process_group_steps": {
"data": []
}
}
}
}