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

# Health check / Home endpoint

`GET /`

Returns basic information about the backend and available endpoints.

## Response `200`

Backend is operational

- HealthResponse
  - `name` string, required — Human-readable name of the backend
  - `version` string, required — Backend version (semantic versioning)
  - `status` 'operational' | 'degraded' | 'maintenance' | 'offline', required — Current operational status
  - `endpoints` object — Available endpoint paths
    - `movie` string
    - `tv` string
    - `proxy` string
  - `spec` 'omss', required — Standard name (always "omss")
  - `note` string — Optional note about the backend or recommended frontend

---

[API](https://skmtc.net/cinepro/apis/open-media-streaming-specification-omss.md) · [All operations](https://skmtc.net/cinepro/apis/open-media-streaming-specification-omss/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cinepro/open-media-streaming-specification-omss/versions/2cb99625e1bf/schema)
