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

# Health Check

`GET /v1/health`

Verifies that the service is running.

## Response `200`

Service is healthy.

- object
  - `status` string, required

## Changes

- **2026-06-25** `01e680303db3` — 1 breaking, 1 info
  - removed the required property `message` from the response with the `200` status
  - added the required property `status` to the response with the `200` status

[Change history](https://skmtc.dev/px0-ai/apis/px0-api/changes/v1/health/get.md)

---

[API](https://skmtc.dev/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.dev/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
