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": "64e6a803-d7a9-455b-a011-79f3529768e6",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "136a04e0-7d32-4aed-a614-1b27c72e3ac8",
      "sub_status_id": "ca3ca188-ac4b-4f8e-bc75-096ca7b7ee45",
      "position": 1,
      "updated_at": "2025-04-18T23:13:53.403-07:00",
      "created_at": "2025-04-18T23:13:53.403-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