---
title: "Check event bus health"
method: GET
path: "/health/eventbus"
tags: ["health"]
---

# Check event bus health

`GET /health/eventbus`

This endpoint checks the health of the event bus by verifying that the number of healthy hosts meets the required threshold. Returns both the health status and a list of currently healthy hosts.

## Response `200`

Event bus is healthy with list of healthy hosts

- RestHealthEventBusResponse
  - `healthy` boolean
  - `hosts` string[]

## Other responses

- `500` — Event bus is unhealthy or health check failed

---

[API](https://skmtc.dev/bindplane/apis/docs-bindplane-com.md) · [All operations](https://skmtc.dev/bindplane/apis/docs-bindplane-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bindplane/docs-bindplane-com/revisions/bfcb7e57121c/schema)
