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": "7e13ea88-f9b8-4b51-ab8e-bd81815dc69d",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "58c614d9-1780-4e99-a079-2cc882ca669f",
"title": "Molestias dolor provident esse.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/molestias-dolor-provident-esse",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-19T09:04:47.352-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-19T09:04:47.656-08:00",
"updated_at": "2025-11-19T09:04:47.659-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "6197c27a-27ff-4a2d-8d76-2d815b51afb8",
"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": "7e13ea88-f9b8-4b51-ab8e-bd81815dc69d",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "58c614d9-1780-4e99-a079-2cc882ca669f",
"title": "Molestias dolor provident esse.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/molestias-dolor-provident-esse",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-19T09:04:47.352-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-19T09:04:47.656-08:00",
"updated_at": "2025-11-19T09:04:47.659-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "6197c27a-27ff-4a2d-8d76-2d815b51afb8",
"type": "incident_retrospective_steps"
}
]
}
}
}
}