Return liveness probe status.
GET
/health/live
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/health/liveReturn the liveness probe response. This check only proves that the Worker process can execute the handler.
Responses
Section titled “ Responses ”Liveness probe response.
Media type application/json
object
status
required
string
timestamp
required
string format: date-time
key
additional properties
Example
{ "status": "ok", "timestamp": "2026-06-19T00:00:00.000Z"}