smartsheet_list_summary_fields
Retrieve paginated summary fields from a Smartsheet sheet. Control results with optional include and exclude flags.
Instructions
List a sheet's summary fields with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| exclude | No | Optional exclude flags. | |
| include | No | Optional include flags. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). |