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.
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Query Parameters
List of Slack channels to include (by id, name, or #name).
Include private channels when constructing Slack 'types'.
Include direct messages (im) when listing conversations.
Include group DMs (mpim) when listing conversations.
If set, pass 'exclude_archived' to Slack. If None, omit the param.
Response
Successful Response