---
title: "Status of the system"
method: GET
path: "/status"
tags: ["status"]
---

# Status of the system

`GET /status`

Returns an array of status elements representing current system state

## Response `200`

Success

- StatusElement[]
  - union — An element that describes some element of system status
    - StatusIncident — An incident, in a status context
      - `type` 'incident'
      - `element` Incident — Represents a time-bounded condition, typically a failure of some system element or service
        - `href` string — The identifier for the underlying incident that triggered the event.
        - `state` 'identified' | 'monitoring' | 'resolved' — Current state of the incident
        - `severity` 'info' | 'severe' | 'warning' — The severity of the event. There are three levels: info is informational and no action is needed, warning may indicate that an error will occur if action is not taken, severe is critical and requires immediate attention (e.g. the application is down).
        - `summary` string — A short description of the incident
        - `type` string — Identifies the category of the incident. For example proxy-unreachable
        - `created` string — An iso8601 formatted timestamp
        - `resolved` string — An iso8601 formatted timestamp
        - `updated` string — An iso8601 formatted timestamp
        - `subject` string — A reference to the subject of the incident. May be null
    - StatusTimeline — A sequence of status elements arranged by time
      - `type` 'timeline'
      - `element` StatusTimelineEntry[] — A sequence of timeline entries, in descending time order
        - `time` string — An iso8601 formatted timestamp
        - `entry` StatusElement — recursive
    - StatusVersions — Version details for components of the Webscale service.
      - `type` 'versions'
      - `element` object — Version element containing version details for components within the Webscale service.
        - `components` object[] — Version details for components within the Webscale service.
          - `name` string — The name of the Webscale service component.
          - `version` string — The version of the Webscale service component.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
