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
},
"metadata": {
"isOutdated": true,
"featureIssues": [
{
"key": "WORK_OBJECTS",
"label": "<string>",
"errorMessage": "<string>",
"missingScopes": [
"<string>"
]
}
]
}
}
]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
},
"metadata": {
"isOutdated": true,
"featureIssues": [
{
"key": "WORK_OBJECTS",
"label": "<string>",
"errorMessage": "<string>",
"missingScopes": [
"<string>"
]
}
]
}
}
]Show child attributes
Show child attributes
Was this page helpful?