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

# Get the health status of the application

`GET /`

## Response `200`

Health status

- object
  - `status` string

## Other responses

- `default` — Default error response

## Changes

- **2025-10-13** `6801b641aa03` — 1 info
  - added the media type `application/json` for the response with the status `default`
- **2025-09-22** `1cf4eb76f49b` — 1 breaking, 1 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `status` to the response with the `200` status
- **2025-09-19** `06c013751987` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2025-08-13** `e4f5f85253d0` — 3 info
  - api operation id `AppController_getHealthStatus` removed and replaced with `getHealthStatus`
  - api tag `health` added
  - api tag `App` removed
- **2025-08-07** `914a71ae4db3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/changes/get.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-cloud-public-api.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-cloud-public-api/revisions/3fc9757c4c89/schema)
