get_list_subscribers
Fetch subscribers of a Twitter list with pagination. Provide list ID and count to retrieve subscriber data.
Instructions
Get subscribers of a Twitter List (paginated).
Args:
list_id: The list ID.
count: Number of subscribers to fetch (default 20, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| count | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |