threads_get_posts
Retrieve published Threads posts with date range filtering and pagination support to access historical content, analyze posting patterns, or manage social media archives via the Meta API.
Instructions
Get a list of published Threads posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (default 25) | |
| since | No | Start date (ISO 8601 or Unix timestamp) | |
| until | No | End date (ISO 8601 or Unix timestamp) | |
| after | No | Pagination cursor | |
| before | No | Pagination cursor |