Skip to content
health

Liveness probe

GET
/health/live
curl --request GET \
--url https://aggregator.example.com/health/live

Returns 200 as long as the process is up — used by Docker healthcheck.

Default Response

Media typeapplication/json
object
status
required
string
Allowed values: ok
Example
{
"status": "ok"
}