Incident Updates V2

List incident updates.

Incident Updates allows you to see all the updates that have been shared against a particular incident. This will include any time that the Severity or Status of an incident changed, alongside any additional updates that were provided.

List Incident Updates V2

List all incident updates for an organisation, or for a specific incident.

Request
query Parameters
incident_id
string

Incident whose updates you want to list

Example: incident_id=01G0J1EXE7AXZ2C93K61WBPYEH
page_size
integer <int64> <= 500
Default: 25

Integer number of records to return

Example: page_size=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: after=01FDAG4SAP5TYPT98WGR2N7W91
Responses
200

OK response.

get/v2/incident_updates
Request samples
Response samples
application/json
{
  • "incident_updates": [
    ],
  • "pagination_meta": {
    }
}