Status Pages
Get a status page current status
Get a status page current status by ID
GET
Please be aware that the Phare API is currently in beta and is subject to change.
Authorizations
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
ID of the status page to show the current status for
Query Parameters
Page number to show
Example:
1
Number of ressources to return per page
Required range:
1 <= x <= 100
Example:
20
Response
200
application/json
Success, status page current status retrieved
Available options:
unknown
, operational
, degradedPerformance
, partialOutage
, majorOutage
, maintenance
Average availability of all associated monitors in the last 90 days, in percents
Example:
99.9999
Date of the data calculation
Components of the status page and their current status
Active incidents linked to the status page
Was this page helpful?