smartsheet_list_folder_children
Retrieve paginated child items of a folder. Specify folder_id, optional include flags, and control page size with max_items and page_token.
Instructions
Paginated child items of a folder. Uses token-based pagination: max_items must be 100..1000 (multiple of 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Optional include flags. | |
| folder_id | Yes | ||
| max_items | No | Max items per page (100..1000, multiple of 100). | |
| page_token | No | Cursor from a previous response's nextToken. |