---
title: "Returns health information about the service."
method: GET
path: "/health"
tags: ["info"]
---

# Returns health information about the service.

`GET /health`

Returns whether the service is up or not. An in-built Spring endpoint.

## Response `200`

A JSON indicating whether the service is up or not.

- object
  - `status` string

## Other responses

- `404` — The service is incorrectly configured.

---

[API](https://skmtc.net/office-of-national-statistics/apis/case-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/case-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/case-service-api/revisions/dcc0c657a75b/schema)
