readwise_list_documents
Retrieve and filter documents from Readwise Reader by ID, date, location, category, or tag. Supports pagination and optional HTML or full content inclusion for detailed analysis.
Instructions
List documents from Readwise Reader with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addedAfter | No | Filter documents added after this date (ISO 8601). Note: This will fetch all documents first and then filter client-side. | |
category | No | Filter by document category | |
id | No | Filter by specific document ID | |
location | No | Filter by document location | |
pageCursor | No | Page cursor for pagination | |
tag | No | Filter by tag name | |
updatedAfter | No | Filter documents updated after this date (ISO 8601) | |
withFullContent | No | ⚠️ PERFORMANCE WARNING: Include full converted text content in the response. This significantly slows down the API as it fetches and processes each document's content. Only use when explicitly requested by the user or when document content is specifically needed for analysis/reading. Default: false for performance. | |
withHtmlContent | No | ⚠️ PERFORMANCE WARNING: Include HTML content in the response. This significantly slows down the API. Only use when explicitly requested by the user or when raw HTML is specifically needed for the task. |