box_list_folder_content_by_folder_id
Retrieve folder contents in Box by specifying the folder ID, optionally listing files and subfolders recursively. Outputs detailed JSON data including IDs, names, types, and descriptions.
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 |