---
title: "Basic Health Check"
method: GET
path: "/api/v1/health"
tags: ["health", "Health"]
---

# Basic Health Check

`GET /api/v1/health`

Basic health check endpoint that returns 200 if the server is running. Used by load balancers for liveness checks.

## Response `200`

Service is healthy and running

- HealthResponse — Health check response model.
  - `status` string, required — Overall health status
  - `version` string — API version
  - `timestamp` number, required — Timestamp when check was performed
  - `message` string, required — Human-readable status message
  - `details` object — Additional health details
  - `active_sessions` integer, nullable — Current number of active realtime conversation sessions (None if unavailable)
  - `session_metrics` object, nullable — Optional granular session metrics (connected/disconnected, etc.)

---

[API](https://skmtc.net/azure/apis/real-time-voice-agent-api.md) · [All operations](https://skmtc.net/azure/apis/real-time-voice-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/real-time-voice-agent-api/revisions/3e24c76dccd5/schema)
