> ## 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.

# Feishu Health

> Feishu channel health check

<ResponseField name="status" type="string">
  Service status: `ok`
</ResponseField>

<ResponseField name="channel" type="string">
  Channel name: `feishu`
</ResponseField>

<ResponseField name="config" type="object">
  Current configuration status (redacted)
</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>
