List incidents retrospectives
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a29e8100-05ba-493a-93d4-18b00430b663",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "1d0d1eeb-eef7-4c03-aa9f-b322f7f44ea3",
"title": "Voluptate rem eveniet ut.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/voluptate-rem-eveniet-ut",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2026-02-09T04:47:09.998-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": "2026-02-09T04:47:10.480-08:00",
"updated_at": "2026-02-09T04:47:10.485-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "c34b9c95-1989-482b-9bd6-84e52c05731e",
"type": "incident_retrospective_steps"
}
]
}
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a29e8100-05ba-493a-93d4-18b00430b663",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "1d0d1eeb-eef7-4c03-aa9f-b322f7f44ea3",
"title": "Voluptate rem eveniet ut.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/voluptate-rem-eveniet-ut",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2026-02-09T04:47:09.998-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": "2026-02-09T04:47:10.480-08:00",
"updated_at": "2026-02-09T04:47:10.485-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "c34b9c95-1989-482b-9bd6-84e52c05731e",
"type": "incident_retrospective_steps"
}
]
}
}
}
}