Health check
GET
/healthLiveness probe. Returns 200 when the process is running.
Parameters
This endpoint does not accept parameters.
Responses
200Service is healthy
Request
curl -X GET "https://api.knowledgetree.dev/health" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Service is healthy
{
"status": "healthy",
"version": "1.0.0"
}