Skip to content

Get Slack Bot

GET
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}

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

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

botId
required
string

The Slack bot ID

Responses

200

Slack bot details retrieved successfully

object
bot
object
botId
string
agentId
string
setupType
string
Allowed values: quant byo
status
string
Allowed values: active inactive
connected
boolean
sessionTtlDays
integer
allowedChannels
Array<string>
keywordsEnabled
boolean
keywords
Array<string>
slashCommands
Array<string>
createdAt
string format: date-time
updatedAt
string format: date-time

403

Access denied

404

Slack bot not found

500

Failed to retrieve Slack bot