smartsheet_list_sheet_attachments
Retrieve all attachments from a Smartsheet sheet. Specify the sheet ID and optionally paginate or include all results.
Instructions
List all attachments on a sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). |