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

# Health Check

`GET /api/health`

The health check endpoint provides real-time status information about the TimeTracker API service and its database connectivity. Use this endpoint to monitor system health, verify service availability, and diagnose connection issues.

## Response `200`

API is healthy

- object
  - `status` string
  - `timestamp` string, date-time
  - `service` string
  - `version` string

## Other responses

- `503` — API is unhealthy

---

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