---
title: "System status"
method: GET
path: "/api/status"
tags: ["System"]
---

# System status

`GET /api/status`

Public system status page data. Returns operational status for API, database,
and data pipeline components. No authentication required.

## Response `200`

System status

- object
  - `status` 'operational' | 'degraded' | 'outage'
  - `components` object
  - `lastChecked` string, date-time

---

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