---
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

---

[API](https://skmtc.net/gotify/apis/gotify-rest-api.md) · [All operations](https://skmtc.net/gotify/apis/gotify-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gotify/gotify-rest-api/versions/7b32fcdb1345/schema)
