---
title: "Basic health check"
method: GET
path: "/health"
tags: ["Health"]
---

# Basic health check

`GET /health`

Perform a basic health check of the system. Returns overall health status, uptime, and version information.

## Response `200`

Basic health check result

- object
  - `success` true, required
  - `timestamp` number, required — Health check timestamp
  - `status` 'healthy' | 'degraded' | 'unhealthy', required — Overall system health
  - `uptime` number, required — System uptime in milliseconds
  - `version` string, required — Application version
  - `environment` string, required — Environment name
  - `message` string, required — Health status message

## Other responses

- `400` — Bad Request - Invalid input parameters
- `404` — Not Found - Resource not found
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error
- `503` — Service unavailable - unhealthy

---

[API](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api.md) · [All operations](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manifoldfinance/xga-auction-system-api/versions/329190dccb50/schema)
