---
title: "Get instance operational status"
method: GET
path: "/health"
tags: ["Operational"]
---

# Get instance operational status

`GET /health`

This operation returns information about whether this Unleash instance is healthy and ready to serve requests or not. Typically used by your deployment orchestrator (e.g. Kubernetes, Docker Swarm, Mesos, et al.).

## Response `200`

healthCheckSchema

- HealthCheckSchema — Used by service orchestrators to decide whether this Unleash instance should be marked as healthy or unhealthy
  - `health` 'GOOD' | 'BAD', required — The state this Unleash instance is in. GOOD if the server is up and running. It never returns BAD, if the server is unhealthy you will get an unsuccessful http response.

## Other responses

- `500` — healthCheckSchema

---

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