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

# Health Check

`GET /api/v1/health`

Return application health status, version, and timestamp.

## Response `200`

Successful Response

- HealthResponse — Response model for the health check endpoint.
  - `status` string, required
  - `version` string, required
  - `timestamp` string, date-time, required

---

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