Skip to main content

admin.conversations.lookup method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

Returns channels on the given team using the filters.

Response

Returns an array of requested channels.

	{
"ok": true,
"channels": ['encoded_id_1', 'encoded_id_2']
}