threads_get_posts
Retrieve a list of published Threads posts with optional date range, pagination, and limit filters using the Meta Graph 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 |