---
title: "Get system health"
method: GET
path: "/v1/system/health"
tags: ["System"]
---

# Get system health

`GET /v1/system/health`

Returns the health of registered components.

## Response `200`

OK

- SystemHealth
  - `cache_database` 'healthy' | 'unhealthy' | 'unknown', required — Health of the cache database.
  - `graph_database` 'healthy' | 'unhealthy' | 'unknown', required — Health of the graph database.
  - `relational_database` 'healthy' | 'unhealthy' | 'unknown', required — Health of the relational database.
  - `license` 'healthy' | 'unhealthy' | 'unknown', required — Health of the license.
  - `message_queue` 'healthy' | 'unhealthy' | 'unknown', required — Health of the message queue.

## Other responses

- `500` — Internal Server Error

---

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