Tool to retrieve top-rated posts from a subreddit with time filters. Use when you need to find the most popular posts from a specific time period (hour, day, week, month, year, or all-time). Returns a paginated listing of posts ranked by score within the specified time frame.
tstringTime filter for ranking top posts. Specifies the time period for top posts: 'hour', 'day', 'week', 'month', 'year', or 'all' (default).
showstringDisplay filtering option. Use 'all' to return items that would normally be omitted (e.g., posts you have hidden).
afterstringFullname of a thing to use as anchor for pagination. Returns results that occur after this fullname in the listing.
countintegerUsed by Reddit to number listings after the first page for pagination. Represents the number of items already seen.
limitintegerMaximum number of top posts to return. Default is 25, maximum is 100.
beforestringFullname of a thing to use as anchor for pagination. Returns results that occur before this fullname in the listing.
sr_detailbooleanExpand subreddits detail in response. Set to true to get more detailed subreddit information.
subredditRequiredstringSubreddit name (without 'r/' prefix). Must contain only letters, numbers, and underscores. No spaces or special characters allowed. Case-insensitive.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.