Skip to main content
GET
/
slack
/
apps
Get all Slack apps for organization
curl --request GET \
  --url https://core.ravenna.ai/api/slack/apps \
  --header 'x-ravenna-api-token: <api-key>'
[
  {
    "id": "<string>",
    "appId": "<string>",
    "botUserId": "<string>",
    "authedUserId": "<string>",
    "teamId": "<string>",
    "teamName": "<string>",
    "teamDomain": "<string>",
    "teamUrl": "<string>",
    "organizationId": "<string>",
    "isEnterpriseInstall": true,
    "enterpriseId": "<string>",
    "enterpriseName": "<string>",
    "workflowsAppId": "<string>",
    "workflowsAppSigningSecret": "<string>",
    "agentWorkspaceId": "<string>",
    "error": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "configSettings": {
      "syncGuestUsers": false
    }
  }
]

Authorizations

x-ravenna-api-token
string
header
required

Response

Successful response

id
string
required
appId
string
required
botUserId
string
required
authedUserId
string
required
teamId
string
required
teamName
string
required
teamDomain
string
required
teamUrl
string
required
organizationId
string
required
isEnterpriseInstall
boolean
required
enterpriseId
string | null
required
enterpriseName
string | null
required
workflowsAppId
string | null
required
workflowsAppSigningSecret
string | null
required
agentWorkspaceId
string | null
required
error
string | null
required
createdAt
string
required
updatedAt
string
required
configSettings
object
required