--- id: slack-discovery-sdk version: "1.0.2" license: unclear license_treatment: unclear maintenance: abandoned --- # slack-discovery-sdk — The Slack Discovery API SDK for Python License: unclear · Maintenance: abandoned · Downloads: 87.4K/mo ## What it is and what it does The Slack Discovery SDK is a Python client library for Slack's Discovery APIs, which provide enterprise-grade access to workspace data, messages, conversations, and audit logs on Slack Enterprise Grid. It wraps Slack's HTTP endpoints and handles authentication, rate limiting, and response parsing so you don't have to build those details yourself. The SDK is designed for compliance, security, and data governance workflows—such as data loss prevention (DLP) scanning, eDiscovery, audit log retrieval, and message tombstoning. It has zero runtime dependencies and installs as a pure Python wheel, making it lightweight to add to an existing project. However, the package has not been maintained for over 1095 days, so compatibility with the current Slack API and Python ecosystem is uncertain. Use it for: - Retrieve enterprise-wide workspace and team information for compliance audits on Slack Enterprise Grid. - Scan messages for sensitive data (credit card numbers, PII) and tombstone them automatically for DLP. - Export user conversations and message history for eDiscovery or legal hold workflows. - Access audit logs with user tokens that have auditlogs:read scopes for security investigations. - Programmatically query conversation metadata and message edits across an enterprise organization. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Slack's Discovery APIs for accessing enterprise-level data like messages, conversations, and audit logs on Slack Enterprise Grid. No—unless you have an active, supported Slack Enterprise Grid account and are already committed to this SDK's API surface. The package is abandoned (1095+ days without maintenance), license terms are unclear, and no guarantee exists that it still works with current Slack Discovery API versions. For new projects, contact Slack directly for current SDK recommendations or use the generic Slack Bolt framework instead. ## Install pip install slack-discovery-sdk uv add slack-discovery-sdk poetry add slack-discovery-sdk ## Installing slack-discovery-sdk Before you install: Package is abandoned—last release was over 1095 days ago. No maintenance activity or repository metadata available. Install friction is low (pure Python wheel, no runtime dependencies), but the lack of maintenance poses a risk for compatibility issues with current Slack API changes. License in practice: License status is unclear; no SPDX identifier or raw license text is available. Verify the actual license terms before using in production or redistributing. Quickstart: pip install slack-discovery-sdk import os from slack_discovery_sdk import DiscoveryClient token = os.environ["SLACK_DISCOVERY_SDK_TEST_ENTERPRISE_TOKEN"] client = DiscoveryClient(token=token) info = client.discovery_enterprise_info() print(info.body) Requires a Slack Discovery API token with discovery:read or discovery:write scopes; only available to Enterprise Grid customers or Security and Compliance partners. Python 3.6 or greater required. Verify before relying: - Whether the SDK remains compatible with current Slack Discovery API versions given the 1095-day gap since last release. - Actual license terms and whether redistribution is permitted. - Whether the package is maintained under a different repository or organization. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: abandoned - Downloads: 87.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags slack discovery api python, slack enterprise grid sdk, slack message audit logs, slack data discovery, slack eDiscovery python, slack dlp integration, slack enterprise data access, slack-api, enterprise-compliance, abandoned [View on SkillFed](https://skillfed.io/packages/slack-discovery-sdk) · [View on PyPI](https://pypi.org/project/slack-discovery-sdk/)