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

incident_id
string

Incident whose updates you want to list

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

page_size
integer<int64>
default:25

Integer number of records to return

Required range: x <= 250
Example:

25

after
string

An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

Response

200 - application/json

OK response.

incident_updates
object[]
required
Example:
pagination_meta
object
Example: