get_highlight
Retrieve a specific reading highlight with complete metadata including text, notes, tags, book title, author, and source URL using its unique identifier.
Instructions
Get a single highlight by ID with book metadata included.
Returns the full highlight including text, note, tags, book title, book author, and source URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| highlight_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| note | No | ||
| tags | No | ||
| book_id | No | ||
| book_title | No | ||
| book_author | No | ||
| source_url | No | ||
| highlighted_at | No | ||
| created_at | No | ||
| updated_at | No |