Skip to content

Liveness probe

GET
/health
curl --request GET \
--url https://localhost:10001/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": "governance-service",
"status": "healthy",
"version": "1.0.0"
}