Skip to main content
GET
/
health
Retrieve the health status
curl --request GET \
  --url http://localhost:8082/health
{
  "status": "UP",
  "components": {
    "db": {
      "status": "UP"
    },
    "redis": {
      "status": "UP"
    }
  }
}

Response

200

The response is of type object.