Fetch the content of a post-mortem document, rendered as markdown.
The response contains the full document content as a single markdown string. The markdown follows standard formatting and is structured to mirror the post-mortem as it appears in the incident.io dashboard:
#, ##, ###) for document title and sectionsTo preview what this markdown will look like for a given post-mortem, open the document in the incident.io dashboard and use the “Copy to clipboard” button. The copied content uses the same rendering pipeline as this endpoint.
If you only need document metadata, use the Show or List endpoints instead.
API key from your incident.io dashboard (Settings → API keys)
Unique identifier for the post-mortem document
"01GDZEW57FDA1K4S63MGMQ5DS9"
OK response.
The full content of the post-mortem document, rendered as markdown. Includes all sections, resolved mentions, timeline, follow-ups, and custom fields.
"# Incident Postmortem\n\n## Summary\n\nThis incident was investigated by Alice Smith and affected the API Gateway service.\n\n## Timeline\n\n### 2024-06-15 (UTC)\n\n* [10:30] **Alert fired**\n\n* [10:35] **Incident declared**\n\n## Follow-ups\n\n* **Add monitoring** - Assignee: Alice Smith\n"