get_revision_history
Retrieve revision history of a spreadsheet, returning a list of edits with author, date, and modification details.
Instructions
Get the revision (edit) history of a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet max_results: Maximum number of revisions to return (default 20)
Returns: List of revisions with author, date, and modification details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |