list_bilibili_favorite_videos
Retrieve favorite video folders and their video memberships from your Bilibili account, with paginated results using a cursor token.
Instructions
Discover every created Favorite Folder of the currently authenticated Bilibili account and return one bounded page of its Video memberships. Follow the returned next_cursor until it is absent to traverse every Folder; do not assume one response contains the full account. Requires configured, logged-in Bilibili Cookie; call get_credential_setup_instructions for help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque continuation token returned by a previous successful call. Omit on the first call. The token encodes only a versioned Folder ID and page number; it never contains credentials, account IDs, Folder titles, or Video data. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| folder | No | ||
| videos | Yes | ||
| next_cursor | No | ||
| folders_total | Yes | ||
| skipped_count | Yes |