Skip to main content
GET
/
health
cURL
curl \
  -X GET 'MEILISEARCH_URL/health'
{
  "status": "available"
}

Response

200 - application/json

Instance is healthy.

status
enum<string>
required

The status of the instance.

Available options:
available