List User Activity
reddit_list_user_activityRetrieve a Reddit user's recent posts and comments for moderation review. Supports pagination and sorting by new, hot, top, or controversial.
Instructions
List a user's recent posts and/or comments. Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: new) | |
| type | No | Activity type (default: overview) | |
| after | No | Fullname cursor from a previous call's meta.next_cursor, for pagination | |
| limit | No | Max items to return (default 25, max 100) | |
| username | Yes | Reddit username, without the u/ prefix |