threads_get_posts
Fetch the authenticated user's Threads posts. Paginate with limit and cursor to retrieve additional pages.
Instructions
Fetch the authenticated user's recent Threads posts.
Args: limit: Maximum number of posts to return (default 25). cursor: Pagination cursor from a previous response to fetch the next page.
Returns: JSON string with a list of posts and pagination info (next cursor if available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |