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

# GET /health

`GET /health`

apiHealthHandler will return ok if Grafana's web server is running and it
can access the database. If the database cannot be accessed it will return
http status code 503.

## Response `200`

healthResponse

- HealthResponse
  - `apiserver` string
  - `commit` string
  - `database` string
  - `enterpriseCommit` string
  - `version` string

## Other responses

- `503` — InternalServerError is a general error indicating something went wrong internally.

---

[API](https://skmtc.net/grafana/apis/http-api.md) · [All operations](https://skmtc.net/grafana/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafana/http-api/revisions/df55ba1718ba/schema)
