smartsheet_list_row_attachments
Retrieve all attachments linked to a specific Smartsheet row using its sheet and row IDs.
Instructions
List attachments on a row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| row_id | Yes | Row ID inside the sheet. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). |