Sample - Slack Web API
GET/admin.conversations.ekm.listOriginalConnectedChannelInfo

List disconnected channel information

Lists disconnected channels and their original channel IDs for Enterprise Key Management key revocation. Use channel_ids or team_ids to filter the results, and use cursor to retrieve subsequent pages. Set limit to control the maximum number of items returned.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

5 parameters
tokenstringrequired
Authentication token with the `admin.conversations:read` scope.
channel_idsstringoptional
Comma-separated channel IDs to limit the returned disconnected channels to.
team_idsstringoptional
Comma-separated workspace IDs whose disconnected channels to return.
limitintegeroptional
Maximum number of items to return. Must be between 1 and 1000.
cursorstringoptional
Pagination cursor from a previous response's `next_cursor` value.

2 status codes
200Returns a successful response containing the `ok` flag and, when available, disconnected channel information.
okbooleanrequired
Allowed:true
defaultReturned when the request cannot be processed successfully; the response contains `ok: false`.
okbooleanrequired
Allowed:false

Error handling

token must provide the admin.conversations:read scope. limit must be an integer from 1 through 1000, and cursor should contain the next_cursor value from the previous response when requesting another page.