The health check endpoint enables you to periodically test the health of your MeiliSearch instance.
/health
Get health of MeiliSearch server.
curl \ -X GET 'http://localhost:7700/health'
client.isHealthy()
client.health()
$client->health();
client.health
client.Health().Get()
// health() return an Err() if the server is not healthy, so this example would panic due to the unwrap client.health().await.unwrap();
204 No Content
← Stats Version →