Get reading sessions
get_reading_sessionsRetrieve a reader's session history for a specific book by ID, with paginated entries and aggregate stats on total time, pace, and first/last session.
Instructions
Get the user's reading-session history for one book by bookId, paginated, plus aggregate stats (total sessions, total/average time, first/last session, pace).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1). | |
| bookId | Yes | The book's id (from search_books). | |
| pageSize | No | Sessions per page (default 25). |