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

# Health check

`GET /health`

Returns the health status of the API and its dependencies.

## Response `200`

OK

- InternalHandlersHealthResponse
  - `services` object
  - `status` string
  - `timestamp` string

## Other responses

- `503` — Service Unavailable

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
