list_books
Retrieve books and sources from Readwise with filtering options for categories, highlight counts, and update dates.
Instructions
List books and sources with optional filtering.
category accepts: 'books', 'articles', 'tweets', 'podcasts', 'supplementals'. Use num_highlights_gte to filter to sources with at least N highlights. Use updated_after with an ISO 8601 date to get recently updated sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| source | No | ||
| num_highlights_gte | No | ||
| updated_after | No | ||
| page | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| total | Yes | ||
| next_page | No |