get_list
Retrieve a Hardcover list with all its books using the list's unique ID. Supports pagination for large lists.
Instructions
Get a specific Hardcover list with its books by list ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Hardcover list ID (use get_my_lists to find IDs). | |
| book_limit | No | Max books to return (default 25, max 100). | |
| book_offset | No | Offset for book pagination (default 0). |