threads_get_user_threads
Retrieve all threads published by your user account. Supports date filtering, result limiting, and cursor-based pagination.
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 |