---
title: "Service health check"
method: GET
path: "/healthcheck"
tags: ["System"]
---

# Service health check

`GET /healthcheck`

Verifies that the API can reach its Redis and Postgres dependencies. Used by infrastructure liveness/readiness probes.

## Response `200`

All dependencies are reachable.

- HealthcheckResponseDto
  - `status` string, required — Overall service status. Always "ok" when the API is healthy.

## Other responses

- `500` — One or more dependencies are unreachable.

---

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