truth_get_user_posts
Fetch recent public posts for a username with filters for replies and reblogs. Paginate using numeric IDs for timeline browsing.
Instructions
Fetch recent public posts for a username. Pagination IDs must be numeric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| max_id | No | ||
| pinned | No | ||
| since_id | No | ||
| username | Yes | ||
| exclude_reblogs | No | ||
| exclude_replies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||