get_timeline
Retrieve a user's recent posts from X (Twitter) using their numeric ID. Specify result count and pagination for comprehensive timeline access.
Instructions
Fetch a user's recent posts. Requires the user's numeric ID (use get_user first to resolve username to ID).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The numeric user ID | |
| max_results | No | Number of results (5-100, default 10) | |
| next_token | No | Pagination token from previous response |