---
title: "Server healthcheck"
method: GET
path: "/health"
tags: ["Health"]
---

# Server healthcheck

`GET /health`

If the server is up, returns a 200 response and some basic info about uptime

## Response `200`

Server is alive and healthy

- HealthResponse
  - `uptime` number
  - `message` string
  - `timestamp` string

## Other responses

- `503` — Server error

## Changes

- **2025-02-26** `07f31d47280a` — 1 info
  - api tag `Health` added
- **2024-08-01** `3f87085d6c08` — 1 info
  - endpoint added
- **2019-09-09** `2557f63f69e2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gchq/apis/cyberchef-api/changes/health/get.md)

---

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