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.
Query parameters
List of Slack channels to include (by id, name, or #name).
List of Slack channels to include (by id, name, or #name).
Include private channels when constructing Slack 'types'.
Include private channels when constructing Slack 'types'.
Include direct messages (im) when listing conversations.
Include direct messages (im) when listing conversations.
Include group DMs (mpim) when listing conversations.
Include group DMs (mpim) when listing conversations.
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