---
title: "Check server health status"
method: GET
path: "/health"
tags: ["system"]
---

# Check server health status

`GET /health`

Returns health information about the Dagu server

## Response `200`

A successful response

- HealthResponse — Response object for the health check endpoint
  - `status` 'healthy' | 'unhealthy', required — Overall health status of the server
  - `version` string, required — Current version of the server
  - `uptime` integer, required — Server uptime in seconds
  - `timestamp` string, required — Current server time

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
