---
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

---

[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/4b5b35e288d8/schema)
