get_bookmarks
Fetch bookmarked tweets with pagination. Specify the number of tweets to retrieve and use a cursor for pagination.
Instructions
Get bookmarked tweets (paginated).
Args:
count: Number of bookmarks 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 |