Get List Posts
x_get_list_postsRetrieve recent posts from a specific X (Twitter) list using its ID. Specify the limit and output format to get markdown or JSON.
Instructions
Get recent posts from a specific list by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100) | |
| list_id | Yes | The ID of the list | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |