smartsheet_list_comment_attachments
Retrieve all attachments associated with a specific comment in a Smartsheet sheet. Provide sheet ID and comment ID to fetch attachment details.
Instructions
List attachments on a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| page_size | No | Results per page. | |
| comment_id | Yes | ||
| include_all | No | If true, return all results (ignores page/page_size). |