v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
Integrations
Integrations

List available Slack conversations

List Slack conversations accessible to the user via the live Nango connection.

Returns minimal channel metadata suitable for selection UIs. If required scopes are missing, Slack's error is propagated with details.

Supports filtering by channels, including/excluding private channels, DMs, group DMs, and archived channels based on the provided search options.

get/integrations/slack/list

Query parameters

channelsstring[]

List of Slack channels to include (by id, name, or #name).

List of Slack channels to include (by id, name, or #name).

include_privateboolean

Include private channels when constructing Slack 'types'.

Include private channels when constructing Slack 'types'.

include_dmsboolean

Include direct messages (im) when listing conversations.

Include direct messages (im) when listing conversations.

include_group_dmsboolean

Include group DMs (mpim) when listing conversations.

Include group DMs (mpim) when listing conversations.

exclude_archivedboolean nullable

If set, pass 'exclude_archived' to Slack. If None, omit the param.

If set, pass 'exclude_archived' to Slack. If None, omit the param.

Response

Successful Response

{"stackTrail":"paths:/integrations/slack/list:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}