smartsheet_list_row_discussions
List all discussions attached to a specific row in Smartsheet by specifying sheet and row IDs. Supports pagination and include flags.
Instructions
List discussions on a specific row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| row_id | Yes | Row ID inside the sheet. | |
| include | No | Optional include flags. | |
| sheet_id | Yes | Smartsheet sheet ID. | |
| page_size | No | Results per page. | |
| include_all | No | If true, return all results (ignores page/page_size). |