Get Slack Installation
Get the Slack installation details for a project workspace binding.
Answers 404 when the installation belongs to a different project, so an id from another project is indistinguishable from one that does not exist. The workspace's bot token is never returned.
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
Slack installation details retrieved successfully
id
Slack installation ID.
project_id
Project that owns the Slack installation.
team_id
Slack workspace team ID.
bot_user_id
Slack bot user ID for the installed app.
installed_by_user_id
User who completed the Slack installation flow.
status
Lifecycle status for the Slack installation.
created
When the installation was created.
modified
When the installation was last updated.
team_name
Human-readable Slack workspace name.
default_task_agent_id
Default TaskAgent used when a channel has no explicit mapping.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error