---
title: "GET /healthz"
method: GET
path: "/healthz"
---

# GET /healthz

`GET /healthz`

The healthcheck endpoint provides detailed information about the health of a web service. If each of the components required by the service are healthy, then the service is considered healthy and will return a 200 OK response. If any of the components needed by the service are unhealthy, then a 503 Service Unavailable response will be provided.

## Response `200`

Health check report

- HealthCheckResults
  - `OK` boolean
  - `generated-at` string, date-time
  - `duration-ns` integer

## Other responses

- `503` — Unhealthy service

## Changes

- **2018-12-20** `3b5d4dd1aa55` — 1 info
  - endpoint added
- **2018-12-04** `ddb05d6142ba` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bloomberg/apis/goldpinger/changes/healthz/get.md)

---

[API](https://skmtc.dev/bloomberg/apis/goldpinger.md) · [All operations](https://skmtc.dev/bloomberg/apis/goldpinger/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bloomberg/goldpinger/revisions/03e2927054ca/schema)
