list_profile_posts
Retrieve public posts from a Threads user by their user ID. View content including text, media types, engagement metrics, and paginate through results.
Instructions
List public Threads posts from a specific user by their user ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID whose posts to list | |
| fields | No | Fields to return. Default: id,text,media_type,permalink,timestamp,username,like_count,replies_count | |
| limit | No | Number of results per page | |
| after | No | Cursor for next page | |
| before | No | Cursor for previous page |