Get Threads Posts
threads_get_postsRetrieve your Threads posts with optional date range and pagination filters.
Instructions
Lists the authenticated user's Threads posts.
Args:
threads_user_id (string): Threads user ID (from threads_get_profile)
limit (number): Max results (1–100, default 20)
since (string, optional): Start date YYYY-MM-DD
until (string, optional): End date YYYY-MM-DD
after (string, optional): Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | Threads user ID | |
| limit | No | ||
| since | No | ||
| until | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |