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

# Health

`GET /api/v2/health`

Check if the API is running

## Response `200`

Service is healthy

- HealthResponse — Schema for health check response.
  - `ID` string — random generated request id
  - `hostname` string — Hostname of the server
  - `status` string — `ok` only if the API Services is healthy
  - `timestamp` integer — unix timestamp of the request
  - `version` integer — API Version

---

[API](https://skmtc.net/aquilax-ai/apis/aquilax-ai-api-docs.md) · [All operations](https://skmtc.net/aquilax-ai/apis/aquilax-ai-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aquilax-ai/aquilax-ai-api-docs/revisions/9b4f595ad674/schema)
