get_list_subscribers
Retrieve subscribers of a Twitter list using its ID, with optional count and cursor for pagination.
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 |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |