smartsheet_get_row
Retrieve a specific row from a Smartsheet by providing sheet and row IDs. Optionally include or exclude certain data fields.
Instructions
Get a specific row from a sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| row_id | Yes | Row ID inside the sheet. | |
| exclude | No | Optional exclude flags. | |
| include | No | Optional include flags. | |
| sheet_id | Yes | Smartsheet sheet ID. |