GET
/
v1
/
post_mortem_templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/post_mortem_templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4089cb74-6be3-423f-9dda-bd0d64ba82d1",
    "type": "post_mortem_templates",
    "attributes": {
      "name": "Expedita dolorem et et.",
      "slug": "expedita-dolorem-et-et",
      "format": "html",
      "default": false,
      "content": "",
      "created_at": "2025-06-20T12:44:48.328-07:00",
      "updated_at": "2025-06-20T12:44:48.333-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

Retrospective Template found

The response is of type object.