---
title: "Get API health status"
method: GET
path: "/api/v1/status/health"
tags: ["Status"]
---

# Get API health status

`GET /api/v1/status/health`

`status` will always be `ok` whenever a 200 response is provided.

Clients can check response data or response status code to confirm health.

## Response `200`

Successful/healthy response

- StatusResponse — API health response
  - `status` 'ok', required

## Changes

- **2026-03-01** `9048b9a34641` — 2 breaking, 1 info
  - added `subschema #1: Ok` to the `status` response property `oneOf` list for the response status `200`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - removed the `ok` enum value from the `status` response property for the response status `200`

[Change history](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/changes/api/v1/status/health/get.md)

---

[API](https://skmtc.dev/cryptechdev/apis/neptune-api-v2.md) · [All operations](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptechdev/neptune-api-v2/revisions/05e0ec4b9b94/schema)
