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

# Check health

`GET /health`

Gets the health status of the xCurrent server.

## Response `200`

Successful response.

- Health — Provides a high-level status of the health of the xCurrent server.
  - `healthy` boolean, required — If set to `true`, the xCurrent server is up and running. If set to `false`, the xCurrent server is down.
  - `services` HealthCheck[] — List of services and their statuses returned by the health check.
    - `service` string — Name of the service.
    - `healthy` boolean — Returns `true` if the service is up and running, and `false` if it is down or unreachable.
    - `detail` string — Reason for health check failure, if any.
  - `detail` string — Reason for health check failure, if any.

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
