List incidents retrospectives
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "66807a33-bf05-480f-874e-04f52dde7820",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "c6a81e67-1c8d-456f-a40a-3bb654743e39",
"title": "Harum non dolores excepturi.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/harum-non-dolores-excepturi",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2026-02-12T04:38:16.360-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-12T04:38:16.827-08:00",
"updated_at": "2026-02-12T04:38:16.831-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "21dd0b81-49a0-4227-944d-e3536947a6d1",
"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": "66807a33-bf05-480f-874e-04f52dde7820",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "c6a81e67-1c8d-456f-a40a-3bb654743e39",
"title": "Harum non dolores excepturi.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/harum-non-dolores-excepturi",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2026-02-12T04:38:16.360-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-12T04:38:16.827-08:00",
"updated_at": "2026-02-12T04:38:16.831-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "21dd0b81-49a0-4227-944d-e3536947a6d1",
"type": "incident_retrospective_steps"
}
]
}
}
}
}