get_document
Retrieve a complete Readwise document by ID, including full content, metadata, tags, and source URL for comprehensive access to saved reading materials.
Instructions
Get a single Reader document by ID with full content.
Returns the complete document including title, author, content, summary, reading progress, tags, and source URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| author | No | ||
| source_url | No | ||
| category | No | ||
| location | No | ||
| reading_progress | No | ||
| word_count | No | ||
| summary | No | ||
| content | No | ||
| tags | No | ||
| created_at | No | ||
| updated_at | No |