Skip to main content
GET
/
v1
/
retrospective_processes
/
{id}
Retrieves a retrospective process
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_processes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "37f9c7b4-eab4-4710-889f-d48cad1641ab",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Id accusamus dolor nulla.",
      "description": "Eum autem et. Maxime voluptatum iure. Eaque perferendis hic.",
      "is_default": false,
      "created_at": "2026-01-20T20:58:28.516-08:00",
      "updated_at": "2026-01-20T20:58:28.516-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "6f9f260f-e644-42a9-8bcc-33b89b3a0c1f",
            "type": "retrospective_steps"
          },
          {
            "id": "a66997d6-9ea7-4f95-977c-6042072d5dc9",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6",
            "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

retrospective_process found

data
object
required