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

# Health check

`GET /health`

## Response `200`

Server is healthy

- object
  - `ok` true, required
  - `hostname` string, required
  - `commit` string
  - `commit_url` string
  - `build_date` string

## Changes

- **2026-04-10** `d4eedee5d55d` — 1 info
  - added the required property `hostname` to the response with the `200` status
- **2026-04-05** `db172f650b83` — 3 info
  - added the optional property `build_date` to the response with the `200` status
  - added the optional property `commit` to the response with the `200` status
  - added the optional property `commit_url` to the response with the `200` status
- **2026-04-05** `42d2d829b545` — 1 breaking, 3 warning
  - removed the required property `hostname` from the response with the `200` status
  - removed the optional property `build_date` from the response with the `200` status
  - removed the optional property `commit` from the response with the `200` status
  - removed the optional property `commit_url` from the response with the `200` status

[Change history](https://skmtc.dev/stripe/apis/stripe-sync-engine/changes/health/get.md)

---

[API](https://skmtc.dev/stripe/apis/stripe-sync-engine.md) · [All operations](https://skmtc.dev/stripe/apis/stripe-sync-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/stripe-sync-engine/revisions/7f4c6ed52875/schema)
