---
title: "Get Slack Status"
method: GET
path: "/api/slack/status"
tags: ["slack"]
---

# Get Slack Status

`GET /api/slack/status`

Report the user's live Slack installation, if any.

## Response `200`

Successful Response

- InstallationStatus
  - `connected` boolean, required
  - `team_id` string, nullable
  - `slack_user_id` string, nullable
  - `workspace_id` string, nullable
  - `installed_at` string, nullable
  - `execution_mode` 'cloud' | 'local'
  - `revoked_reason` 'identity_reassigned', nullable

## Changes

- **2026-08-19** `ee473d0e84e0` — 1 info
  - added the optional property `revoked_reason` to the response with the `200` status
- **2026-08-06** `b83470407807` — 1 info
  - added the optional property `workspace_id` to the response with the `200` status

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/slack/status/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f4de1bab5efb/schema)
