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

Documentation Index

Fetch the complete documentation index at: https://www.meilisearch.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Instance is healthy.

status
enum<string>
required

The status of the instance.

Available options:
available