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

# Get healthcheck

`GET /system/healthcheck`

Run and get the result of all checks

## Response `200`

Healthcheck information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getHealthcheckResult', required — The id of the action
  - `data` Check[], required
    - `name` string, required — Name of the check
    - `msg` string, required — Message about the check
    - `status` 'Critical' | 'Warning' | 'Ok', required — The severity status of the check

---

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