list_my_threads
Retrieve all Threads posts from your account. Supports pagination and field selection.
Instructions
List all Threads posts by the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to return. Default: id,text,media_type,media_url,permalink,timestamp,username,like_count,replies_count,repost_count,quote_count | |
| limit | No | Number of results per page (1-100) | |
| after | No | Cursor for next page pagination | |
| before | No | Cursor for previous page pagination |