curl --request GET \
--url http://localhost:3000/health/liveness{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uptime_seconds": 123,
"memory_usage_percent": 123
}Checks if service is alive and healthy
curl --request GET \
--url http://localhost:3000/health/liveness{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uptime_seconds": 123,
"memory_usage_percent": 123
}Was this page helpful?