box_list_folder_content_by_folder_id
Retrieve the contents of a Box folder by specifying its folder ID. Optionally, list content recursively to include nested folders and files. Returns JSON-formatted data with item details such as ID, name, type, and description.
Instructions
List the content of a folder in Box by its ID.
Args: folder_id (str): The ID of the folder to list the content of. is_recursive (bool): Whether to list the content recursively.
return: dict: The content of the folder in a json string format, including the "id", "name", "type", and "description".
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes | ||
is_recursive | No |