get_lists
Retrieve the authenticated user's Twitter Lists with pagination. Control the number of lists per request and navigate pages using the cursor from the previous response.
Instructions
Get the authenticated user's Twitter Lists (paginated).
Args:
count: Number of lists 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |