---
title: "Health Check"
method: GET
path: "/health"
tags: ["System"]
---

# Health Check

`GET /health`

Returns API health status. No authentication required.

## Response `200`

API is healthy

- object
  - `ok` boolean
  - `data` object
    - `status` string
    - `version` string
    - `uptime_seconds` number
    - `timestamp` string

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/6828e5609564/schema)
