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_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
installation_idstringRequiredformat: "uuid"

Response

Successfully retrieved Slack channel mappings
idstringformat: "uuid"
Slack channel mapping ID.
slack_installation_idstringformat: "uuid"
Parent Slack installation ID.
channel_idstring
Slack channel ID.
task_agent_idstringformat: "uuid"
TaskAgent assigned to this channel.
createdstring
When the channel mapping was created.
modifiedstring
When the channel mapping was last updated.
channel_namestring or nullOptional

Human-readable Slack channel name.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error