v1
latestOpenAPI 3.0.3MIT2026-07-17241338.5 KBHealth
Health check
Returns 200 OK when the server is healthy and ready to serve requests.
get/healthz
Response
Server is healthy
Example response
{
"ok": true,
"project": "Kradle"
}Returns 200 OK when the server is healthy and ready to serve requests.
Server is healthy
{
"ok": true,
"project": "Kradle"
}