List User Posts
discourse_list_user_postsRetrieve user posts and replies from Discourse forums to analyze contributions, monitor activity, or gather content. Returns recent posts with pagination support for comprehensive user history.
Instructions
Get a list of user posts and replies from a Discourse instance, with the most recent first. Returns 30 posts per page by default. Use the page parameter to paginate (page 0 = offset 0, page 1 = offset 30, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| page | No |