Get Mod Log
reddit_get_modlogRetrieve a subreddit's recent moderation actions with optional filters for moderator or action type, plus pagination. Returns JSON items with next-cursor metadata.
Instructions
List recent moderation actions taken in a subreddit. Returns JSON with items and meta (limit, has_more, next_cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mod | No | Filter to actions taken by a specific moderator username | |
| type | No | Filter to a specific mod action type, e.g. banuser, removelink, approvecomment, spamlink | |
| after | No | Fullname cursor from a previous call's meta.next_cursor, for pagination | |
| limit | No | Max entries to return (default 25, max 100) | |
| subreddit | Yes | Subreddit name, without the r/ prefix |