get_list_items
Retrieve all items from a shopping list by providing its numeric ID.
Instructions
Return all items in the given shopping list.
Args: list_id: The numeric ID of the shopping list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |