get_tracked_changes
Retrieve all pending tracked changes from a Word document as a JSON list, including insertions, deletions, author, date, and paragraph details.
Instructions
Return all pending tracked changes (insertions and deletions) as a JSON list.
Each entry contains: type, change_id, author, date, para_id, text. Changes are returned in document order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |