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

# Health check endpoint

`GET /health`

Returns server health status, uptime, and system information

## Response `200`

Default Response

- object
  - `success` boolean
  - `data` object
    - `startTime` string, date-time — Server start time in ISO format
    - `uptime` string — Server uptime in human-readable format
    - `hostname` string — Server hostname
    - `platform` string — Operating system platform

---

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