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

# Health check

`GET /v1/service/health`

Returns basic service status, current time, and process uptime.

## Response `200`

Successful response.

- object — Successful response.
  - `status` 'ok' | 'degraded', required — Service status.
  - `checks` object — Detailed information about dependencies state.
    - `database` boolean, required — Database connection status.
    - `redis` boolean, required — Redis connection status.
  - `uptimeSeconds` integer, required — API uptime in seconds.
  - `now` string, required — Current server time in ISO 8601 format.

---

[API](https://skmtc.net/getmytg/apis/get-my-tg-api.md) · [All operations](https://skmtc.net/getmytg/apis/get-my-tg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmytg/get-my-tg-api/revisions/30f975c0d1e6/schema)
