---
title: "Check the API health"
method: GET
path: "/v1/_health"
tags: ["System"]
---

# Check the API health

`GET /v1/_health`

This endpoint reports the API and its dependencies health.

## Response `200`

The Health Check is successful

- object
  - `status` string
  - `info` object, nullable
  - `error` object, nullable
  - `details` object

## Other responses

- `503` — The Health Check is not successful

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
