Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List incidents retrospectives
cURL
curl --request GET \ --url https://api.rootly.com/v1/post_mortems/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "attributes": { "title": "<string>", "created_at": "<string>", "updated_at": "<string>", "content": "<string>", "started_at": "<string>", "mitigated_at": "<string>", "resolved_at": "<string>", "show_timeline": true, "show_timeline_trail": true, "show_timeline_genius": true, "show_timeline_tasks": true, "show_timeline_action_items": true, "show_timeline_order": "desc", "show_services_impacted": true, "show_functionalities_impacted": true, "show_groups_impacted": true, "show_alerts_attached": true, "url": "<string>" } }, "included": [ { "id": "<string>", "type": "<string>", "attributes": {}, "relationships": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resource UUID
incident_post_mortem found
Show child attributes
Was this page helpful?
Contact support