Search Slack Workspace Channels
GET /api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/channels
GET
/api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/channels
Searches channels in the Slack workspace connected to this bot. Requires the bot to be connected via OAuth.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
botId
required
string
The Slack bot ID
Query Parameters
q
string
Search query to filter channels by name
Responses
200
Workspace channels retrieved successfully
object
results
Array<object>
object
id
string
name
string
403
Access denied
404
Slack bot not found or not connected
500
Failed to search channels