Skip to main content

GET /api/health

Returns 200 OK with { "ok": true } when the server is running. Use this for readiness checks or to confirm bw run started correctly. No authentication or parameters required.

Example

curl http://127.0.0.1:8787/api/health
If the server is not running, the request will be refused at the TCP level — you won’t receive an HTTP response. A 200 response means bw run is alive and accepting requests.