smartsheet_list_sheets
List all Smartsheet sheets you have access to, with pagination and optional date filter to find recently modified sheets.
Instructions
List sheets the authenticated user has access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). | |
| modified_since | No | ISO-8601 timestamp filter. |