Get Sheet Version
smartsheet_get_sheet_versionRetrieve the current version number of a Smartsheet sheet to detect modifications since the last read without loading all row data.
Instructions
Get the current version number of a sheet without loading all row data. Use this to efficiently detect whether a sheet has been modified since last read, without pulling the full sheet payload.
Args:
sheet_id (number): Target sheet ID
Returns: Current version number and last modification timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes |