---
title: "Healthcheck del servicio"
method: GET
path: "/health"
tags: ["system"]
---

# Healthcheck del servicio

`GET /health`

Devuelve 200 si el servidor Vertivo está vivo. Stub sin dependencias —
no toca postgres ni EMQX ni sensores.

## Response `200`

Servicio operativo

- HealthStatus
  - `status` 'ok' | 'degraded' | 'down', required — Estado general del servicio.
  - `version` string — Versión del servicio en ejecución.

---

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