---
title: "Health Check"
method: GET
path: "/v0/health"
tags: ["channel3-api"]
---

# Health Check

`GET /v0/health`

Health check endpoint.

Returns unhealthy (503) if the event loop lag exceeds 1 second,
indicating the server is too busy to handle requests promptly.

This endpoint also records availability metrics for status page integration.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/channel3-ai/apis/fastapi.md) · [All operations](https://skmtc.net/channel3-ai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/channel3-ai/fastapi/revisions/981d371bd83e/schema)
