GET
/health
Returns current runtime state of the TamaDB instance.
Response
200 OK
{
"status": "ok",
"version": "0.1.0",
"storageMode": "auto",
"logLevel": "debug"
}
Note: This is the only endpoint not under the
/api/v1 prefix. Use it for load-balancer health checks and quick status verification.