Get Reports
reddit_get_reportsRetrieve reported posts and comments from a subreddit, including report counts and reasons, to review and resolve moderation issues.
Instructions
List posts and comments in a subreddit that have been reported by users or AutoModerator. Returns JSON with items (kind: post|comment, including num_reports/report_reasons) and meta (limit, has_more, next_cursor). Use reddit_ignore_reports/reddit_unignore_reports to manage further reporting, or reddit_approve/reddit_remove to resolve.
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 |