threads_get_user_threads
Get all threads published by a user. Supports filtering by date range and pagination to access complete thread history.
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 |