list_recent_posts
Retrieve recent posts from your Threads account to display or analyze content. Use limit and pagination cursors to control the number and page of posts returned.
Instructions
Fetch recent posts from the authenticated user's Threads account.
Args: limit: Number of posts to retrieve (1 to 100, default 25). after: Pagination cursor for fetching subsequent posts page. before: Pagination cursor for fetching previous posts page.
Returns: JSON string with list of posts (id, text, media_type, timestamp, permalink) and pagination cursors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |