---
title: "Get the health of the service"
method: GET
path: "/datainsights/v1.1/health"
tags: ["Health"]
---

# Get the health of the service

`GET /datainsights/v1.1/health`

This method performs various checks, such as:

- The status of the connections to the infrastructure services used by the service instance
- The status of the host, e.g. storage,
- Application specific logic and direct dependencies

## Response `200`

OK

- Health
  - `s3` boolean — Object storage service
  - `elasticache` boolean — In-memory caching service
  - `aurora` boolean — Real-time data warehousing service
  - `rds` boolean — Relational database service
  - `maintenance` boolean — Maintenance currently being performed

## Other responses

- `500` — Internal Server Error

---

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