list_highlights
Retrieve reading highlights from Readwise with filtering options for books, tags, or recent updates. Supports pagination for managing large collections.
Instructions
List highlights with optional filtering by book, tag, or recency.
Use updated_after with an ISO 8601 date string to get recent highlights, e.g. '2024-01-01' or '2024-01-01T00:00:00Z'.
Returns highlights plus total count and next_page for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | ||
| tag | No | ||
| updated_after | No | ||
| page | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| total | Yes | ||
| next_page | No |