Skip to content

Get Status

GET
/v1/status

Return current platform health for the public status page.

Reads cached component health from Redis keys written by the health_check worker. Response time target: <100ms.

Authorizations

Responses

200

Successful Response

Aggregate status response for the public status page.

object
components
required
Array<object>

Health status of a single platform component.

object
description
string
""
last_check_ts
Any of:
string
name
required
string
status
required
string
Allowed values: operational degraded outage unknown
incidents
required
Array<object>

A recorded service incident.

object
affected_components
Array<string>
default:
created_at
required
string
id
required
string
resolved_at
Any of:
string
status
required
string
Allowed values: investigating identified monitoring resolved
title
required
string
last_updated
required
string
overall_status
required
string
Allowed values: operational degraded outage
uptime_percentage_90d
Any of:
number