Skip to main content
method
GET
/health
Authentication: Not required (always public)

Response

200 OK
{
  "status": "ok",
  "version": "0.9.0"
}
FieldTypeDescription
statusstringAlways "ok" if server is running.
versionstringServer version.

Example

curl http://localhost:8080/health
Last modified on February 28, 2026