List User Posts
discourse_list_user_postsRetrieve user posts and replies from Discourse forums to analyze contributions or monitor activity. Supports pagination for accessing historical content.
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 |