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

# Health check

`GET /health`

Detailed health with tab/session counts and failure tracking.

## Response `200`

Healthy.

- object
  - `ok` boolean
  - `engine` string
  - `browserConnected` boolean
  - `browserRunning` boolean
  - `activeTabs` integer
  - `activeSessions` integer
  - `consecutiveFailures` integer

## Other responses

- `503` — Unhealthy or recovering.

---

[API](https://skmtc.dev/jo-inc/apis/camofox-browser.md) · [All operations](https://skmtc.dev/jo-inc/apis/camofox-browser/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jo-inc/camofox-browser/revisions/d007e73dad3d/schema)
