List All Reports
smartsheet_list_reportsRetrieve a list of accessible Smartsheet reports with metadata including name, ID, permalink, access level, and timestamps. Supports pagination and filtering by modification date.
Instructions
List all reports the authenticated user has access to. Returns report name, ID, permalink, access level, and modification timestamps.
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 — only reports modified after this date
Returns: Array of report summaries with IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page | No | ||
| modified_since | No |