> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeus.agentspro.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 飞书健康检查

> 飞书渠道健康检查

<ResponseField name="status" type="string">
  服务状态：`ok`
</ResponseField>

<ResponseField name="channel" type="string">
  渠道名称：`feishu`
</ResponseField>

<ResponseField name="config" type="object">
  当前配置状态（脱敏）
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url https://zeus-api.agentspro.cn/channels/feishu/health
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "ok",
    "channel": "feishu",
    "config": {
      "app_id_configured": true,
      "app_secret_configured": true,
      "bot_name": "Zeus Bot"
    }
  }
  ```
</ResponseExample>
