Skip to main content
GET
/
v1
/
retrospective_process_groups
/
{id}
Retrieves a Retrospective Process Group
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_process_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c2178312-7bd9-41bf-bef2-55cf6559f186",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "1c3b9331-a07c-420e-8cea-6512b3ab0ab9",
      "sub_status_id": "3f11c482-313f-4b02-8d24-690a4a139a82",
      "position": 1,
      "updated_at": "2025-10-12T22:36:07.191-07:00",
      "created_at": "2025-10-12T22:36:07.191-07:00"
    },
    "relationships": {
      "retrospective_process_group_steps": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: retrospective_process_group_steps

Available options:
retrospective_process_group_steps

Response

200 - application/vnd.api+json

sub_status found

data
object
required
I