threads_get_posts
Retrieve published Threads posts, filtered by date range and paginated.
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 |