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

# Health check

`GET /health`

Get the health status of the borrow API with current timestamp

## Response `200`

Health check status with timestamp

- HealthStatusDto
  - `status` 'OK' | 'FAIL', required — The health status of the service
  - `timestamp` string, date-time, required — Timestamp when the health check was performed

---

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