User post timeline
x_organic_user_postsFetch a user's organic posts from their X/Twitter profile, optionally excluding replies and retweets, with pagination for full history retrieval.
Instructions
GET /2/users/:id/tweets. Pass user_id from lookup/me. exclude=replies,retweets optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude | No | Comma list: replies,retweets | |
| user_id | No | Defaults to the authenticated user | |
| max_results | No | ||
| pagination_token | No | pagination_token from a previous meta.next_token |