Skip to main content
GET
Get a status page current status

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 '.

Headers

X-Phare-Project-Id
integer

A project header is required when using an organization-scoped API key.

Example:

1

X-Phare-Project-Slug
string

A project header is required when using an organization-scoped API key.

Example:

"luminous-guiding-tower"

Path Parameters

statusPageId
integer
required

ID of the status page to show the current status for

Query Parameters

page
integer
default:1

Page number to show

Example:

1

per_page
integer
default:20

Number of resources to return per page

Required range: 1 <= x <= 100
Example:

20

Response

Success, status page current status retrieved

current_incident_impact
enum<string>
Available options:
unknown,
operational,
degraded_performance,
partial_outage,
major_outage,
maintenance
availability
number<float>

Average availability of all associated monitors in the last 90 days, in percents

Example:

99.9999

updated_at
string<date-time>

Date of the data calculation

components
Monitor component · object[]

Components of the status page and their current status

active_incidents
Monitor component · object[]

Active incidents linked to the status page

Last modified on February 8, 2026