---
title: "Describes the health of Jellyfish"
method: GET
path: "/health"
tags: ["health"]
---

# Describes the health of Jellyfish

`GET /health`

## Response `200`

Healthy

- HealthcheckResponse — Response containing health report of Jellyfish
  - `data` HealthReport, required — Describes overall Jellyfish health
    - `distribution` HealthReportDistribution, required — Informs about the status of Jellyfish distribution
      - `enabled` boolean — Whether distribution is enabled on this Jellyfish
      - `nodeStatus` 'UP' | 'DOWN', required — Informs about the status of Jellyfish or a specific service
      - `nodesInCluster` integer, required — Amount of nodes (including this Jellyfish's node) in the distribution cluster
    - `gitCommit` string, required — Commit hash of the build
    - `status` 'UP' | 'DOWN', required — Informs about the status of Jellyfish or a specific service
    - `uptime` integer, required — Uptime of Jellyfish (in seconds)
    - `version` string, required — Version of Jellyfish

## Other responses

- `401` — Unauthorized

## Changes

- **2024-03-12** `e90ff229fe07` — 2 info
  - added the required property `data/gitCommit` to the response with the `200` status
  - added the required property `data/version` to the response with the `200` status
- **2024-02-22** `4f1bea96a0f9` — 1 info
  - the endpoint scheme security `authorization` was added to the API
- **2024-02-12** `911cbd65995d` — 3 info
  - api tag `health` added
  - added the non-success response with the status `401`
  - removed the non-success response with the status `500`
- **2024-02-06** `f12ea309466f` — 1 info
  - endpoint added
- **2023-07-18** `dafa9a249254` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/health/get.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/revisions/c9ea5a438831?raw)
