跳转到主要内容
GET
/
channels
/
feishu
/
health
curl --request GET \
  --url https://zeus-api.agentspro.cn/channels/feishu/health
{
  "status": "ok",
  "channel": "feishu",
  "config": {
    "app_id_configured": true,
    "app_secret_configured": true,
    "bot_name": "Zeus Bot"
  }
}
status
string
服务状态:ok
channel
string
渠道名称:feishu
config
object
当前配置状态(脱敏)
curl --request GET \
  --url https://zeus-api.agentspro.cn/channels/feishu/health
{
  "status": "ok",
  "channel": "feishu",
  "config": {
    "app_id_configured": true,
    "app_secret_configured": true,
    "bot_name": "Zeus Bot"
  }
}