Get Mod Queue
reddit_get_modqueueFetch posts and comments awaiting moderator review in a subreddit's mod queue. Get flagged items with pagination support to manage reports efficiently.
Instructions
List posts and comments awaiting moderator review in a subreddit's mod queue (reported or otherwise flagged items). Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). Use reddit_approve/reddit_remove with an item's fullname to act on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| only | No | Restrict to only posts (links) or only comments | |
| after | No | Fullname cursor from a previous call's meta.next_cursor, for pagination | |
| limit | No | Max items to return (default 25, max 100) | |
| subreddit | Yes | Subreddit name, without the r/ prefix |