Get health

GET /health

Get health of the Meilisearch instance.

Responses

  • 200 application/json

    Ok

    Hide response attribute Show response attribute object
    • status string Required

      Value is available.

GET /health
curl \
 -X GET https://example.meilisearch.com:7700/health
Response examples (200)
{
  "status": "available"
}