GET
/
v1
/
retrospective_processes
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_processes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7675a3be-06ea-4f01-9e58-27a33107b625",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Vel praesentium quaerat repellendus.",
      "description": "Eos dolorem voluptas. Porro excepturi dolores. Rerum eum sapiente.",
      "is_default": false,
      "created_at": "2025-04-18T18:22:25.733-07:00",
      "updated_at": "2025-04-18T18:22:25.733-07:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "67e9c6a9-a378-47cd-9d95-3ad8a337ad9d"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "e12e1dd7-5f29-432c-936a-bd14097da521",
            "type": "retrospective_steps"
          },
          {
            "id": "7178d0d2-1c1f-4677-a14a-f4bee2ebedb8",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "67e9c6a9-a378-47cd-9d95-3ad8a337ad9d",
            "type": "incident_types"
          }
        ]
      }
    }
  }
}

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_steps,severities

Available options:
retrospective_steps,
severities,
incident_types,
groups

Response

200
application/vnd.api+json
retrospective_process found
data
object
required