Skip to content

List Slack Bots

GET
/api/v3/organizations/{organisation}/ai/slack-bots
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/slack-bots \
--header 'Authorization: Bearer <token>'

Lists all Slack bots configured for the organization. Each bot is backed by an AI agent and can be connected to a Slack workspace. Agent configuration fields are flattened onto each bot object.

organisation
required
string

The organisation ID

Slack bots retrieved successfully

Media typeapplication/json
object
bots
Array<object>
object
botId
string
name
string
setupType
string
Allowed values: quant byo
status
string
Allowed values: active inactive
connected
boolean
systemPrompt
string
modelId
string
temperature
number
maxTokens
integer
allowedTools
Array<string>
assignedSkills
Array<string>
allowedCollections
Array<string>
allowedSubAgents
Array<string>
guardrailPreset
string
filterPolicies
Array<string>
longContext
boolean
sessionTtlDays
integer
keywordsEnabled
boolean
createdAt
string format: date-time
Example
{
"bots": [
{
"setupType": "quant",
"status": "active"
}
]
}

Access denied

Failed to retrieve Slack bots