Skip to main content

The status page component availability object

Availability of a status page component over a requested time window.

component_id
string
required

ID of the component. This may be found by calling the ShowStatusPageStructure endpoint.

Example:

"01FCNDV6P870EA6S7TK1DSYDG1"

data_available_since
string<date-time>
required

Earliest time we have status data for this component. Before this, availability is unknown rather than assumed operational.

Example:

"2025-06-01T00:00:00Z"

end_at
string<date-time>
required

End of the requested availability window

Example:

"2026-02-01T00:00:00Z"

start_at
string<date-time>
required

Start of the requested availability window

Example:

"2026-01-01T00:00:00Z"

status_page_id
string
required

ID of the status page

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

availability_percent
string

Availability over the window as a percentage, floored (for example "99.94"). Omitted when we have no data covering the window.

Example:

"99.94"