---
title: "Health check"
method: GET
path: "/health"
tags: ["Standard"]
---

# Health check

`GET /health`

This is an example of the Health endpoint. The path of the endpoint can be set in the Descriptor.

Any response code different from 200 will be treated as the app is unhealthy.

## Headers

- `TR_ID` string

## Response `200`

App is healthy.

---

[API](https://skmtc.dev/rws/apis/app-api.md) · [All operations](https://skmtc.dev/rws/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rws/app-api/revisions/a06e1ee1c99b/schema)
