List incidents retrospectives
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "3b6cc381-374d-420e-9b4d-9b585e0b5fae",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "0a3024b0-1eee-424e-8067-504db3d374ae",
"title": "Perspiciatis non quidem porro.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/perspiciatis-non-quidem-porro",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-09-12T00:39:02.282-07: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-09-12T00:39:02.903-07:00",
"updated_at": "2025-09-12T00:39:02.910-07:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "e1ff0a60-2e4b-4053-9a99-79b4fc5d154d",
"type": "incident_retrospective_steps"
}
]
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
incident_post_mortem found
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "3b6cc381-374d-420e-9b4d-9b585e0b5fae",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "0a3024b0-1eee-424e-8067-504db3d374ae",
"title": "Perspiciatis non quidem porro.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/perspiciatis-non-quidem-porro",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-09-12T00:39:02.282-07: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-09-12T00:39:02.903-07:00",
"updated_at": "2025-09-12T00:39:02.910-07:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "e1ff0a60-2e4b-4053-9a99-79b4fc5d154d",
"type": "incident_retrospective_steps"
}
]
}
}
}
}