---
title: "Verify the server is operational"
method: GET
path: "/health"
---

# Verify the server is operational

`GET /health`

The health API endpoint executes a simple built-in policy query to verify that the server is operational. Optionally it can account for bundle activation as well (useful for “ready” checks at startup).

## Query parameters

- `bundles` boolean
- `plugins` boolean
- `exclude-plugin` string[]

## Response `200`

OPA service is healthy. If the bundles option is specified then all configured bundles have been activated. If the plugins option is specified then all plugins are in an OK state.

- object

## Other responses

- `500` — OPA service is not healthy. If the bundles option is specified this can mean any of the configured bundles have not yet been activated. If the plugins option is specified then at least one plugin is in a non-OK state.

---

[API](https://skmtc.dev/open-policy-agent/apis/eopa-rest-api.md) · [All operations](https://skmtc.dev/open-policy-agent/apis/eopa-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-policy-agent/eopa-rest-api/revisions/040f3d9e6786/schema)
