Skip to main content
GET
/
v1
/
health
/
live
Liveness Check
curl --request GET \
  --url https://api.polysimulator.com/v1/health/live
{
  "status": "<string>",
  "timestamp": "<string>",
  "version": "1.0.0"
}

Response

Successful Response

Response for /v1/health/live.

Deliberately distinct from HealthResponse so monitoring tools can pin on status == "alive" (intent-revealing) without having to also accept the existing "ok" value used by /v1/health. No nested checks — the probe never touches DB or Redis.

status
string
required
timestamp
string
required
version
string
default:1.0.0