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": "0f7ce309-93ca-4494-8496-f9eb5af6ee66",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "bc268f05-bea1-4666-9618-db36d14bc49c",
      "sub_status_id": "985009b7-0e80-45b2-9cdd-be4cc84f14a7",
      "position": 1,
      "updated_at": "2025-11-24T17:29:50.299-08:00",
      "created_at": "2025-11-24T17:29:50.299-08: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