Skip to content

Health API

Returns basic server status. Useful for monitoring and load balancer health probes.

GET /health
Terminal window
curl http://localhost:8000/health

Response 200 OK

{
"status": "ok",
"version": "0.1.0"
}