---
title: "Get Slack Installation Details"
method: GET
path: "/api/agent/deployments/{deploymentId}/slack/installations"
tags: ["SlackService"]
---

# Get Slack Installation Details

`GET /api/agent/deployments/{deploymentId}/slack/installations`

Retrieves Slack app installation details for a deployment

## Path parameters

- `deploymentId` integer, required

## Response `200`

OK

- ProtosSlackV1GetSlackInstallationResponse
  - `deployment_id` integer
  - `client_id` string
  - `app_id` string
  - `enterprise_name` string
  - `enterprise_url` string
  - `team_name` string
  - `update_available` boolean
  - `archived` boolean

---

[API](https://skmtc.dev/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.dev/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
