Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
Retrospective Template found
Retrieves a specific Retrospective Template by id
curl --request GET \
--url https://api.rootly.com/v1/post_mortem_templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "81636df6-80c5-4e76-80d7-824b7fc660da",
"type": "post_mortem_templates",
"attributes": {
"name": "Expedita quisquam doloremque ipsam.",
"slug": "expedita-quisquam-doloremque-ipsam",
"format": "html",
"default": false,
"content": "",
"created_at": "2025-11-27T00:11:38.191-08:00",
"updated_at": "2025-11-27T00:11:38.200-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Retrospective Template found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortem_templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "81636df6-80c5-4e76-80d7-824b7fc660da",
"type": "post_mortem_templates",
"attributes": {
"name": "Expedita quisquam doloremque ipsam.",
"slug": "expedita-quisquam-doloremque-ipsam",
"format": "html",
"default": false,
"content": "",
"created_at": "2025-11-27T00:11:38.191-08:00",
"updated_at": "2025-11-27T00:11:38.200-08:00"
}
}
}