Skip to content

Get Slack Bot

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

Retrieves details for a specific Slack bot including its configuration, connection status, and flattened agent configuration.

organisation
required
string

The organisation ID

botId
required
string

The Slack bot ID

Slack bot details retrieved successfully

Media typeapplication/json
object
bot
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
allowedChannels
Array<string>
allowedUsers
Array<string>
deniedUsers
Array<string>
allowGuests
boolean
homeTabContent
string
agentAccessControl
object
keywordsEnabled
boolean
keywords
Array<string>
createdAt
string format: date-time
updatedAt
string format: date-time
Example
{
"bot": {
"setupType": "quant",
"status": "active"
}
}

Access denied

Slack bot not found

Failed to retrieve Slack bot