Health
list
List the current health status of all services. Statuses update every 5 minutes.
get/v1/health
Response
Look up success
Example response
{
"health": {
"services": [
{
"lastUpdate": "2023-10-03T08:59:39.312Z",
"service": "search"
}
]
}
}