---
title: "Health Check (API)"
method: GET
path: "/api/v1/health"
tags: ["Discovery"]
---

# Health Check (API)

`GET /api/v1/health`

Returns service health status under the versioned API prefix. Mirrors `/health` for callers that prefer a uniform `/api/v1` base.

## Response `200`

Service is healthy

- HealthResponse — Service health check response.
  - `status` string, required — Health status indicator.

---

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