Get Spam Queue
reddit_get_spamList posts and comments removed as spam in a subreddit, using filters and pagination, to review content flagged by AutoModerator or moderators.
Instructions
List posts and comments in a subreddit that have been removed as spam (by AutoModerator, spam filter, or 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 |