get_tracked_changes
Retrieve all pending tracked changes (insertions and deletions) from a Word document as a structured JSON list with author, date, and text 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 |