Skip to main content
GET
List
🔑 Requires the incidents.view scope.

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer<int64>
default:25

Integer number of records to return

Required range: x <= 250
Example:

25

after
string

A post-mortem document's ID. This endpoint will return a list of post-mortem documents after this ID.

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

incident_id
string

Filter to only return post-mortem documents for the given incident

Example:

"01GBA8J19SMXQWPJMX3P2ESCVG"

sort_by
enum<string>
default:created_at_newest_first

Controls the order that results are returned in

Available options:
created_at_newest_first,
created_at_oldest_first
Example:

"created_at_oldest_first"

Response

200 - application/json

OK response.

pagination_meta
object
required
Example:
postmortem_documents
object[]
required
Example: