https://slack.com/admin.conversations.ekm.listOriginalConnectedChannelInfoList 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.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/admin.conversations.ekm.listOriginalConnectedChannelInfo' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://slack.com/admin.conversations.ekm.listOriginalConnectedChannelInfoList 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.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/admin.conversations.ekm.listOriginalConnectedChannelInfo' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}