docs / api / health

GET /health

Server-status check. Gebruik voor liveness probes en snelle connectivity-tests.

GET/api/health

Geeft uptime, model-count, laatste benchmark-timestamp.

Voorbeeld

curl -s http://localhost:8765/api/health | jq

Response

{
"status": "ok",
"uptime_seconds": 1234,
"model_count": 5,
"last_benchmark": "2026-05-22T19:30:00Z"
}