Get Cell History
smartsheet_get_cell_historyRetrieve the full modification history for a specific cell, including previous values, who made each change, and timestamps. Ideal for audit trails and tracking project status changes.
Instructions
Retrieve the full modification history for a specific cell in a Smartsheet sheet. Shows all previous values, who changed the value, and when each change occurred. Useful for audit trails and tracking project status changes over time.
Args:
sheet_id (number): Target sheet ID
row_id (number): Target row ID
column_id (number): Target column ID
page_size (number, optional): History entries per page (default 100)
page (number, optional): Page number (default 1)
Returns: Chronological list of cell value changes with timestamps and user info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| row_id | Yes | ||
| column_id | Yes | ||
| page_size | No | ||
| page | No |