---
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 system and component status

- 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** `30e8a217f4b5` — 2 info
  - added the optional property `details` to the response with the `200` status
  - added the optional property `details` to the response with the `500` status

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

---

[API](https://skmtc.dev/openintegrationhub/apis/audit-log.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/audit-log/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/audit-log/revisions/271129b34402/schema)
