Search code examples
slackslack-api

Slack API to get applications installed in a workspace


Is there a way to get a list of applications installed in a workspace on slack? The closest thing i would was web api Users.list which lists all users. From the users list i can get the BOT users and determine the applications. However, some apps install without creating a BOT user so those get left out in the Users.list approach.


Solution

  • Check out the API method team.integrationLogs. It provides you with a list of all integrations, including Slack apps.