Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_post_mortem found
List incidents retrospectives
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "793caea6-fb6b-4fdf-ab48-f0233fdcfca0",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "878159a2-9183-4e7e-835d-a6773fc67403",
"title": "Sapiente dolorum repellendus sunt.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/sapiente-dolorum-repellendus-sunt",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-27T00:09:55.303-08:00",
"mitigated_at": null,
"resolved_at": null,
"cancelled_at": null,
"show_timeline": true,
"show_timeline_starred_only": false,
"show_timeline_genius": true,
"show_timeline_trail": true,
"show_timeline_tasks": true,
"show_timeline_action_items": true,
"show_timeline_order": "desc",
"show_functionalities_impacted": true,
"show_services_impacted": true,
"show_groups_impacted": true,
"show_action_items": true,
"created_at": "2025-11-27T00:09:56.306-08:00",
"updated_at": "2025-11-27T00:09:56.312-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "4d02e0af-51bd-4405-acf5-bd073a007d3d",
"type": "incident_retrospective_steps"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_post_mortem found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "793caea6-fb6b-4fdf-ab48-f0233fdcfca0",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "878159a2-9183-4e7e-835d-a6773fc67403",
"title": "Sapiente dolorum repellendus sunt.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/sapiente-dolorum-repellendus-sunt",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-27T00:09:55.303-08:00",
"mitigated_at": null,
"resolved_at": null,
"cancelled_at": null,
"show_timeline": true,
"show_timeline_starred_only": false,
"show_timeline_genius": true,
"show_timeline_trail": true,
"show_timeline_tasks": true,
"show_timeline_action_items": true,
"show_timeline_order": "desc",
"show_functionalities_impacted": true,
"show_services_impacted": true,
"show_groups_impacted": true,
"show_action_items": true,
"created_at": "2025-11-27T00:09:56.306-08:00",
"updated_at": "2025-11-27T00:09:56.312-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "4d02e0af-51bd-4405-acf5-bd073a007d3d",
"type": "incident_retrospective_steps"
}
]
}
}
}
}