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

# Health check

`GET /health`

Liveness probe. Returns server health status, Docker availability, and active scan count.
Use this for container orchestration health checks.

## Response `200`

Server health status

- HealthResponse
  - `status` 'healthy' | 'degraded'
  - `version` string
  - `docker_available` boolean
  - `active_scans` integer
  - `event_bus_stats` object

---

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