readwise_export_highlights
Export all highlights from Readwise with optional filtering by date, book IDs, or deletion status for bulk analysis or backup purposes.
Instructions
Export all highlights from Readwise with optional filtering. Perfect for bulk analysis or backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updatedAfter | No | Only export highlights updated after this date (ISO 8601) - useful for incremental sync | |
| ids | No | Comma-separated list of book IDs to export highlights from | |
| includeDeleted | No | Include deleted highlights in export (default: false) | |
| pageCursor | No | Cursor for pagination through large exports |