export_highlights
Export reading highlights in bulk from Readwise with optional filters for specific dates or books, using pagination for large datasets.
Instructions
Bulk export highlights, optionally filtered by date or specific books.
Use cursor from a previous response to paginate through large exports. Each result includes the full highlight with book metadata attached.
This uses the export endpoint — use it for bulk data retrieval, not for interactive queries. For interactive use, prefer search_highlights or list_highlights instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updated_after | No | ||
| book_ids | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| next_cursor | No |