admin conversations ekm list Original Connected Channel Info

GET {{baseUrl}}/admin.conversations.ekm.listOriginalConnectedChannelInfo?token=<string>&channel_ids=<string>&team_ids=<string>&limit=<integer>&cursor=<string>

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.

Request Params

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.conversations:read
channel_idsstringA comma-separated list of channels to filter to.
team_idsstringA comma-separated list of the workspaces to which the channels you would like returned belong.
limitstringThe maximum number of items to return. Must be between 1 - 1000 both inclusive.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}