get_folder
Retrieve a specific folder by ID from Carbon Voice to access conversations and voice memos, with options to include first-level subfolders and filter by update date.
Instructions
Get a folder by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| include_first_level_tree | No | Defines if the first level of the folder tree should be returned | |
| direction | No | Direction of the results (newer or older) | newer |
| date | No | Return only Subfolders updated based on the date and direction (must inform include_first_level_tree = true) |