Overview
Simple health check endpoint. Returns{"status": "ok"} if the server is running. Useful for load balancers, container orchestration, and monitoring tools.
Endpoint
Response
Success (200 OK)
200 OK with this body as long as the process is running. There is no deeper health check (e.g., database connectivity).
Examples
Related
GET /api/stats
Detailed server statistics
GET /nest/ping
Device protocol health check (port 8000)