get_books_read_between
Retrieve books finished reading between two dates, ordered most-recent first. Pass your user ID, start date, and end date to get the list of completed reads.
Instructions
List books marked as Read with a finish date between two dates, ordered most-recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25) | |
| since | Yes | Start date YYYY-MM-DD (inclusive) | |
| until | Yes | End date YYYY-MM-DD (inclusive) | |
| offset | No | Pagination offset (default 0) | |
| user_id | Yes | Hardcover numeric user ID |