Get Unmoderated Queue
reddit_get_unmoderatedRetrieve posts and comments awaiting moderator approval in a subreddit. Use pagination cursors to review unmoderated content and keep the mod queue current.
Instructions
List posts in a subreddit that have not yet been approved or removed by a moderator. Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor).
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 |