Skip to content

Return liveness probe status.

GET
/health/live
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/health/live

Return the liveness probe response. This check only proves that the Worker process can execute the handler.

Liveness probe response.

Media type application/json
object
status
required
string
Allowed values: ok
timestamp
required
string format: date-time
key
additional properties
Example
{
"status": "ok",
"timestamp": "2026-06-19T00:00:00.000Z"
}