smartsheet_get_cell_history
Retrieve the change history of a specific cell in a Smartsheet sheet by providing sheet, row, and column IDs. Supports pagination and optional include flags for detailed tracking.
Instructions
Get the change history of a single cell (row x column).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| row_id | Yes | Row ID inside the sheet. | |
| include | No | Optional include flags. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| column_id | Yes | Column ID. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). |