List All Sheets
smartsheet_list_sheetsList all accessible sheets with pagination. Returns sheet names, IDs, and metadata to discover available sheets before reading data.
Instructions
List all sheets the authenticated user has access to, with pagination support. Returns sheet name, ID, permalink, access level, and modification timestamps. Use this to discover available sheets before reading data from a specific one.
Args:
page_size (number, optional): Results per page (default 100, max 100)
page (number, optional): Page number (default 1)
modified_since (string, optional): ISO 8601 date filter
Returns: Array of sheet summaries with IDs and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page | No | ||
| modified_since | No | ISO 8601 date filter |