get_reading_list
Fetch the authenticated user's reading list of bookmarked articles. Supports pagination to navigate through items.
Instructions
Get the authenticated user's reading list (bookmarked articles). Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number | |
| per_page | No | Number of items per page (default 30) |