/admin.conversations.ekm.listOriginalConnectedChannelInfo
GET
/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.
Request
Query Params
token
string
required
Authentication token. Requires scope: admin.conversations:read
channel_ids
string
optional
A comma-separated list of channels to filter to.
team_ids
string
optional
A comma-separated list of the workspaces to which the channels you would like returned belong.
limit
integer
optional
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
cursor
string
optional
Set cursor
to next_cursor
returned by the previous call to list items in the next page.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"channels": [
{
"id": "string",
"internal_team_ids": "array",
"original_connected_channel_id": "string",
"original_connected_host_id": "string"
}
],
"ok": true
}
Last modified: a year ago