REST endpoints
Health
GET
Health check handler
Returns a simple JSON response indicating the server is running
Simple readiness probe that reports the Sayna process status. Combine it with Kubernetes liveness checks or deployment smoke tests.
Response
200 - application/json
Server is healthy
Health check response
Server status
Example:
"OK"
Health check handler
Returns a simple JSON response indicating the server is running