APIReference

Liveness probe

GET
/health/live

Reports that the process is up. Checks no dependencies.

Response Body

application/json

curl -X GET "https://example.com/health/live"
{  "status": "ok",  "service": "gateway",  "version": "1.4.2",  "timestamp": "2026-07-23T10:15:00.000Z"}