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": "4caadff6-6272-4176-818b-c14cfa4594d3",
    "type": "post_mortem_templates",
    "attributes": {
      "name": "Eum est aut rerum.",
      "default": false,
      "format": "html",
      "created_at": "2025-03-19T17:42:09.100-07:00",
      "updated_at": "2025-03-19T17:42:09.105-07:00",
      "content": ""
    }
  }
}

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
data
object
required