---
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

## Changes

- **2019-03-26** `db102ef341f4` — 2 info
  - added the non-success response with the status `500`
  - added the optional property `details` to the response with the `200` status

[Change history](https://skmtc.dev/openintegrationhub/apis/flow-repository/changes/healthcheck/get.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/flow-repository.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/flow-repository/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/flow-repository/revisions/898fa794c6b8/schema)
