---
title: "Health"
method: GET
path: "/api/v1/health"
---

# Health

`GET /api/v1/health`

This endpoint is used to check the health of the API.  Returns a JSON object with the key "status" set to "ok".

## Response `200`

Successful Response

- HealthResponse
  - `status` string, required — The status of the service. Should be 'ok' if the service is running correctly.

---

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