Slack API 以在工作区中安装应用程序

Slack API to get applications installed in a workspace

有没有办法获取安装在 slack 工作区中的应用程序列表?我最接近的是 web api Users.list ,它列出了所有用户。从用户列表中,我可以获得 BOT 用户并确定应用程序。但是,有些应用程序在安装时并未创建 BOT 用户,因此这些应用程序在 Users.list 方法中被排除在外。

查看 API 方法 team.integrationLogs。它为您提供了所有集成的列表,包括 Slack 应用程序。