provider admin.conversations.ekmadmin GET /admin.conversations.ekm.listOriginalConnectedChannelInfo
@utdk/slack /admin.conversations.ekm.listOriginalConnectedChannelInfo
admin_conversations_ekm_listOriginalConnectedChannelInfo
List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.
token query required
Authentication token. Requires scope: `admin.conversations:read`
string
channel_ids query
A comma-separated list of channels to filter to.
string
team_ids query
A comma-separated list of the workspaces to which the channels you would like returned belong.
string
limit query
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
integer
cursor query
Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

adminConversationsEkmListoriginalconnectedchannelinfo
GET/admin.conversations.ekm.listOriginalConnectedChannelInfo
List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.

required

Authentication token. Requires scope: `admin.conversations:read`

A comma-separated list of channels to filter to.

A comma-separated list of the workspaces to which the channels you would like returned belong.

The maximum number of items to return. Must be between 1 - 1000 both inclusive.

Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsEkmListoriginalconnectedchannelinfo()