GET
/
v1
/
retrospective_process_groups
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_process_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "59eee590-ecc5-49d1-8cd5-e4c665b0f838",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "9bd76688-f052-4bc3-b1c9-91b74c396706",
      "sub_status_id": "9cfc97d3-28b6-421d-b83e-c39646188926",
      "position": 1,
      "updated_at": "2025-05-08T00:23:50.488-07:00",
      "created_at": "2025-05-08T00:23:50.488-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

The response is of type object.