List Slack Channel Mappings
List Slack channel mappings for an installation.
Channels with no mapping are handled by the installation’s default_task_agent_id, so an empty list does not mean the workspace is inert.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
org_id
The organization ID
project_id
The project ID
installation_id
Response
Successfully retrieved Slack channel mappings
id
Slack channel mapping ID.
slack_installation_id
Parent Slack installation ID.
channel_id
Slack channel ID.
task_agent_id
TaskAgent assigned to this channel.
created
When the channel mapping was created.
modified
When the channel mapping was last updated.
channel_name
Human-readable Slack channel name.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error