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": "9b3d7c58-3efe-4cb9-ac41-2e09a9f41fff",
"type": "post_mortem_templates",
"attributes": {
"name": "Ex quo id architecto.",
"slug": "ex-quo-id-architecto",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-02-07T16:50:02.592-08:00",
"updated_at": "2026-02-07T16:50:02.596-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortem_templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9b3d7c58-3efe-4cb9-ac41-2e09a9f41fff",
"type": "post_mortem_templates",
"attributes": {
"name": "Ex quo id architecto.",
"slug": "ex-quo-id-architecto",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-02-07T16:50:02.592-08:00",
"updated_at": "2026-02-07T16:50:02.596-08:00"
}
}
}