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": "1c4c6ba1-6f1a-47bd-8b0c-997bc435266e",
    "type": "post_mortem_templates",
    "attributes": {
      "name": "Omnis voluptas maxime similique.",
      "slug": "omnis-voluptas-maxime-similique",
      "format": "html",
      "default": false,
      "content": "",
      "created_at": "2025-07-02T21:16:23.490-07:00",
      "updated_at": "2025-07-02T21:16:23.499-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.