---
title: "Get Slack Installation By Slack Workspace Id"
method: GET
path: "/organizations/slack/installation"
tags: ["Organization"]
---

# Get Slack Installation By Slack Workspace Id

`GET /organizations/slack/installation`

## Query parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- SlackInstallation
  - `team` SlackTeam
    - `id` string
    - `name` string
  - `enterprise` string
  - `user` SlackUser
    - `token` string
    - `scopes` string
    - `id` string
  - `token_type` string
  - `is_enterprise_install` boolean
  - `app_id` string
  - `auth_version` string
  - `bot` SlackBot
    - `scopes` string[]
    - `token` string
    - `user_id` string
    - `id` string

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/dataherald/apis/fastapi.md) · [All operations](https://skmtc.dev/dataherald/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dataherald/fastapi/revisions/e168e98625a8/schema)
