List post-mortem documents for the organisation.
Results can be filtered by incident and sorted by creation date. This endpoint returns document metadata only. If you want to fetch the content of the post-mortem, use the ShowContent endpoint.
API key from your incident.io dashboard (Settings → API keys)
Integer number of records to return
x <= 25025
A post-mortem document's ID. This endpoint will return a list of post-mortem documents after this ID.
"01G0J1EXE7AXZ2C93K61WBPYEH"
Filter to only return post-mortem documents for the given incident
"01GBA8J19SMXQWPJMX3P2ESCVG"
Controls the order that results are returned in
created_at_newest_first, created_at_oldest_first "created_at_oldest_first"
OK response.
{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}[
{
"created_at": "2021-08-17T13:28:57.801578Z",
"document_url": "https://app.incident.io/my-org/incidents/123/post-mortems/01GDZEW57FDA1K4S63MGMQ5DS9",
"editors": [
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "viewer",
"slack_user_id": "U02AYNF2XJM"
}
],
"exported_urls": [
"https://www.notion.so/INC-123-sad-database",
"https://docs.google.com/document/d/1234"
],
"id": "01GDZEW57FDA1K4S63MGMQ5DS9",
"incident_id": "01GBA8J19SMXQWPJMX3P2ESCVG",
"status": "in_progress",
"title": "INC-123: Database is sad",
"updated_at": "abc123"
}
]