Skip to main content
GET
/
v1
/
postmortem_documents
/
{id}
/
content
ShowContent
curl --request GET \
  --url https://api.incident.io/v1/postmortem_documents/{id}/content \
  --header 'Authorization: Bearer <token>'
{
  "markdown": "abc123"
}

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier for the post-mortem document

Example:

"01GDZEW57FDA1K4S63MGMQ5DS9"

Response

200 - application/json

OK response.

markdown
string
required

The full content of the post-mortem document rendered as markdown

Example:

"abc123"