---
title: "Get health information."
method: GET
path: "/health"
tags: ["info"]
---

# Get health information.

`GET /health`

## Response `200`

Ok

- Health — Health represents how healthy the application is.
  - `database` string, required — The health of the database connection.
  - `health` string, required — The health of the overall application.

## Other responses

- `500` — Ok

## Changes

> 55 revisions in range; 2 not diffed.

- **2026-03-28** `38b301da8ab8` — 2 info
  - api tag `info` added
  - api tag `health` removed
- **2019-08-11** `c5986a226ccd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gotify/apis/gotify-rest-api/changes/health/get.md)

---

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