List User Posts
discourse_list_user_postsRetrieve paginated user posts with details like topic, excerpt, and category for review or analysis.
Instructions
Get paginated list of user posts/replies. Returns JSON object with posts array (id, topic_id, post_number, slug, title, created_at, excerpt, category_id) and meta (page, limit, has_more).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | Posts per page (max 50, default 30) | |
| username | Yes |