App Logo
slack.com

List Slack direct messages

List direct-message and group-DM conversations, with the counterpart's display name and (by default) the last message. One page per call; pass cursor to paginate. Requires login.

Input

limit optional

Max conversations per page (default 30).

cursor optional

next_cursor from a previous call.

includeLatest optional

Fetch each DM's last message (one extra call per DM). Default true.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

dms required
workspace required
nextCursor optional

FAQ

List direct-message and group-DM conversations, with the counterpart's display name and (by default) the last message. One page per call; pass cursor to paginate. Requires login.
Optional: limit, cursor, includeLatest, workspaceDomain.
It returns dms, workspace, nextCursor.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on slack.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/slack.com/list_dms, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/list_dms
It is part of Reduck's official curated catalogue.

Start building not clicking