smartsheet_get_sheet
Retrieve a Smartsheet's full details including its columns and rows. Supports pagination to control the number of rows returned.
Instructions
Get full details of a sheet including columns and rows. Use pageSize to limit rows returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| sheetId | Yes | The ID of the sheet to retrieve | |
| pageSize | No | Maximum number of rows to return (default: 100) |