threads_get_user_threads
Fetch all Threads posts published by a user with date range filtering and pagination controls.
Instructions
Get all threads published by the user (alias for threads_get_posts with user context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| since | No | Start date (ISO 8601 or Unix timestamp) | |
| until | No | End date (ISO 8601 or Unix timestamp) | |
| after | No | Pagination cursor |