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

# Health check

`GET /health`

Returns the health status of the plugin and MCP server connectivity. This endpoint does not require authentication.

## Response `200`

Service is healthy

- object
  - `status` 'ok' | 'warning', required — Overall health status
  - `message` string, required — Human-readable status message
  - `mcpServers` integer — Number of healthy MCP servers

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api.md) · [All operations](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/consensys/ask-o11y-ai-powered-observability-assistant-api/revisions/9762a43a4598/schema)
