GET
/
uptime
/
incidents
/
{incidentId}
Please be aware that the Phare API is currently in beta and is subject to change.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.

Path Parameters

incidentId
integer
required

ID of the incident to show

Response

200 - application/json
created_at
string

Date of creation for the entity

description
string

Description of the error that caused the incident

exclude_from_downtime
boolean

Flag to exclude the incident from downtime calculations

id
number
impact
enum<string>
Available options:
unknown,
operational,
degradedPerformance,
partialOutage,
majorOutage,
maintenance
incident_at
string | null

Date of incident confirmation

organization_id
number

Parent organization ID

project_id
number

Parent project ID

recovery_at
string | null

Date of incident recovery

slug
string

Incident unique slug name

state
enum<string>
Available options:
unknown,
investigating,
identified,
monitoring,
resolved
status
enum<string>
Available options:
ongoing,
recovering,
recovered
title
string

Incident title

updated_at
string

Date of last update for the entity

uptime_monitor_id
number

Parent uptime monitor ID