get_reading_journal
Fetch reading journal entries including notes, quotes, status changes, ratings, reviews, and progress updates. Filter by book, event type, or paginate results.
Instructions
Fetch reading journal entries for the authenticated user. Includes notes, quotes, status changes, ratings, reviews, and progress updates. Supports optional filters: book_id, event type, limit, and offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | Filter entries to a specific book by Hardcover book ID. | |
| event | No | Filter by event type. Examples: 'note', 'quote', 'status_currently_reading', 'status_read', 'rated', 'reviewed', 'progress_updated'. | |
| limit | No | Max entries to return (default 25, max 100). | |
| offset | No | Pagination offset (default 0). |