Health
get
Look up the current health status of a specific service. Statuses update every 5 minutes.
get/v1/health/{service}
Path parameters
servicestring required
The name of the service to look up.
Response
Look up success
Example response
{
"health": {
"services": [
{
"lastUpdate": "2023-10-03T08:59:39.312Z",
"service": "search"
}
]
}
}