getUserTimeline
Retrieve a user's timeline of posts from X.com with options for pagination, time filtering, and field selection to access specific content.
Instructions
Get a user's timeline of posts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The user ID whose timeline to retrieve | |
| pagination_token | No | Token for pagination | |
| max_results | No | Maximum number of results | |
| expansions | No | Comma-separated list of expansion fields | |
| tweet.fields | No | Comma-separated list of tweet fields to include | |
| user.fields | No | Comma-separated list of user fields to include | |
| exclude | No | Comma-separated list of types to exclude | |
| start_time | No | Start time for the timeline | |
| end_time | No | End time for the timeline | |
| since_id | No | Only return posts after this ID | |
| until_id | No | Only return posts before this ID |