get_readwise_highlights_by_document_ids
Retrieve highlights from Readwise by specifying document IDs to access saved annotations and notes from specific documents.
Instructions
Get highlights from Readwise by document ids.
Args:
document_ids (List[int]): The IDs of the documents to retrieve highlights for.
Returns:
List[Highlight]: A list of Highlight objects containing the highlights from the specified document.
Raises:
ValueError: If no document IDs are provided.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_ids | Yes |