App Logo
reddit.com

Get Reddit chat inbox

List the conversations in your Reddit chat inbox (DMs), newest activity first: room id + url, name, chat type, your membership (invite = a chat request you have not accepted), unread count, the other members, and the last message with its direction and real timestamp. Returns the whole inbox, not only what's currently visible on screen. Threads are a separate surface and are not listed. Runs only via the browser extension, not the hosted cloud browser.

Input

limit optional

Maximum number of conversations to return, newest activity first. Omit for every conversation the chat client holds.

Output

me required

The signed-in account as chat identifies it, e.g. "@t2_29fgxvhi79:reddit.com" — the id `sent_by_me` compares senders against. Chat speaks account ids, not usernames; reddit.com/whoami names the account.

count required

How many conversations are returned (after `limit`).

conversations required

FAQ

List the conversations in your Reddit chat inbox (DMs), newest activity first: room id + url, name, chat type, your membership (invite = a chat request you have not accepted), unread count, the other members, and the last message with its direction and real timestamp. Returns the whole inbox, not only what's currently visible on screen. Threads are a separate surface and are not listed. Runs only via the browser extension, not the hosted cloud browser.
Optional: limit.
It returns me, count, conversations.
Yes. It acts as you on reddit.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the reddit.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on reddit.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/reddit.com/get_inbox, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/get_inbox
It is part of Reduck's official curated catalogue.

Start building not clicking