---
title: "Performs a healthcheck"
method: GET
path: "/healthcheck"
tags: ["healthcheck"]
---

# Performs a healthcheck

`GET /healthcheck`

This will return 200 and a JSON object with relevant status information when the service is running and healthy.

## Response `200`

An object detailing the status of the service and the involved components.

- object
  - `status` string
  - `details` object
    - `MongoDB` object
      - `status` string
    - `queue` object
      - `status` string

## Other responses

- `500` — At least one component is unhealthy

---

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