---
title: "Get Slack installation"
method: GET
path: "/api/v1/slack"
tags: ["Integrations"]
---

# Get Slack installation

`GET /api/v1/slack`

Get Slack installation details for the organization

## Response `200`

Success

- ApiSlackGetInstallationResponse
  - `results` SlackSettings
    - `unfurlsEnabled` boolean
    - `aiMultiAgentProjectUuids` string[], nullable
    - `aiMultiAgentChannelId` string
    - `aiRequireOAuth` boolean
    - `hasRequiredScopes` boolean, required
    - `aiThreadAccessConsent` boolean
    - `slackChannelProjectMappings` SlackChannelProjectMapping[]
      - `availableTags` string[], nullable, required
      - `slackChannelId` string, required
      - `projectUuid` string, required
    - `appProfilePhotoUrl` string
    - `notificationChannel` string
    - `scopes` string[], required
    - `token` string
    - `createdAt` string, date-time, required
    - `appName` string
    - `slackTeamName` string, required
    - `organizationUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
