Skip to content

Liveness probe

GET
/health
curl --request GET \
--url https://localhost:8080/health

Returns a static healthy response without checking dependencies, intended for orchestrator liveness probes

Health status

Media type application/json
object
service
string
status
string
timestamp
string
version
string
Example
{
"service": "auth-service",
"status": "healthy",
"version": "1.0.0"
}