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

# Health check

`GET /v1/health`

Returns the health status of the API

## Response `200`

API is healthy

- object
  - `status` string
  - `timestamp` string, date-time
  - `uptime` number — Process uptime in seconds
  - `version` string

---

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