---
title: Untagged
path: reference/api/untagged
status: published
---

# Untagged

**2 endpoints** in this group. All paths are prefixed with `/api/v1`.

## Endpoints in this group

- [`GET /api/v1/health`](#get-api-v1-health) — Health
- [`GET /health`](#get-health) — Health Check

---

### GET `/api/v1/health` — Health {#get-api-v1-health}

**Responses**:

- `200` — Successful Response. Returns: object


### GET `/health` — Health Check {#get-health}

Production health endpoint that checks database and Redis connectivity.

Returns 200 with individual component status on success, or 503
if any critical dependency is unavailable.

**Responses**:

- `200` — Successful Response. Returns: object
