---
title: "Health"
method: GET
path: "/admin/health"
tags: ["System"]
---

# Health

`GET /admin/health`

Return admin service health status.

## Response `200`

Successful Response

- HealthResponse — Health check response for the admin surface.
  - `next_step` string, nullable
  - `setup_required` boolean, required
  - `status` string, required
  - `surface` string, required

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/versions/ff371f19960a/schema)
