# 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 'http://localhost:7700/health'

# Response: 200 OK

{ "status": "available" }