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

# Healthcheck

`GET /v1/health`

Lightweight health check — confirms the process is alive and the event loop
is responding.  Completes in <10ms with no external service calls.

Use ``GET /v1/health/deep`` for the full service-level health check.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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