健康

    /health 路由允许您验证 Meilisearch 实例的状态和可用性。

    获取健康状态

    GET/health

    获取 Meilisearch 服务器的健康状态。

    示例

    curl \
      -X GET 'https://127.0.0.1:7700/health'

    响应:200 OK

    { "status": "available" }