---
title: "Returns the health status of the application"
method: GET
path: "/healthcheck"
tags: ["healthcheck"]
---

# Returns the health status of the application

`GET /healthcheck`

Provides a healthcheck response indicating the status of key services.

## Response `200`

Successful healthcheck response

- HealthcheckHealthCheckModel
  - `status` string, required
  - `system_info` HealthcheckSystemInfo, required
    - `version` string, required

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. User does not have permission to access the resource.
- `404` — Not Found. Resource does not exist.
- `422` — Unprocessable Entity. Validation error.
- `500` — Internal server error

---

[API](https://skmtc.net/opendatahub-io/apis/model-registry-bff-rest-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/model-registry-bff-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/model-registry-bff-rest-api/versions/25856df7f3a1/schema)
