Health Check
Health Status of the Service
GET /health
Response includes:
The status of the service
The number of active sessions
The current version
A description of the service
Request Example:
Response:
Fields in the Response:
status: Current status of the service (e.g., "OK" or "Error")
version: The current version of the service
description: A brief description of the service
active_sessions: The number of active sessions currently running
Last updated