get_list_tweets
Fetch tweets from a specified Twitter list, with pagination support using a cursor to retrieve additional batches.
Instructions
Get tweets from a Twitter List (paginated).
Args:
list_id: The list ID.
count: Number of tweets to fetch (default 20, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |