---
title: "Liveness probe"
method: GET
path: "/v1/health"
tags: ["Health"]
---

# Liveness probe

`GET /v1/health`

No auth, no rate limit — a public liveness surface a dependent service (e.g. the Brew MCP server) can poll. Returns `{ status: "ok", version }`.

## Response `200`

The service is up.

- HealthResponse
  - `status` 'ok', required
  - `version` string, required

---

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