Health
The /health
route allows you to verify the status and availability of a Meilisearch instance.
Get health
GET/health
Get health of Meilisearch server.
Example
curl \
-X GET 'MEILISEARCH_URL/health'
Response: 200 OK
{ "status": "available" }