---
title: "Health routes implementation"
method: GET
path: "/api/v1/health"
tags: ["Health"]
---

# Health routes implementation

`GET /api/v1/health`

Note: OpenAPI documentation for these endpoints can be found in the `openapi.rs` file

Handles the `/health` endpoint.

Returns an `HttpResponse` with a status of `200 OK` and a body of `"OK"`.
This endpoint is used for liveness probes in container orchestration platforms.

## Response `200`

Service is alive

## Other responses

- `500` — Internal server error

## Changes

- **2026-01-18** `e3cbffe1026a` — 1 info
  - endpoint added
- **2025-10-31** `5487da58bf15` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openzeppelin/apis/openzeppelin-relayer-api/changes/api/v1/health/get.md)

---

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