List Row Discussions
smartsheet_list_row_discussionsRetrieve all discussions and comments attached to a specific row in a Smartsheet sheet, enabling review of conversation history for that row.
Instructions
Retrieve all discussions attached to a specific row in a sheet.
Args:
sheet_id (number): Target sheet ID
row_id (number): Target row ID
include_comments (boolean, optional): Include comment text (default true)
Returns: Discussions and comments on the specified row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| row_id | Yes | ||
| include_comments | No |