Skip to content

List Slack Bots

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

Lists all Slack bots configured for the organization. Each bot is backed by an AI agent and can be connected to a Slack workspace.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

Responses

200

Slack bots retrieved successfully

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

403

Access denied

500

Failed to retrieve Slack bots