Status Pages V1

This API currently only allows linked Response incidents for a status page incident to be listed.

ListResponseIncidents Status Pages V1

List the linked Response incidents for a status page incident.

Request
path Parameters
id
required
string

ID of the status page

Example: abc123
incident_id
required
string

ID of the status page incident

Example: abc123
Responses
200

OK response.

get/v1/status-pages/{id}/incidents/{incident_id}/response-incidents
Request samples
Response samples
application/json
{
  • "incidents": [
    ]
}