list_files
List all files in a folder share by providing its UUID. Returns a mapping of file paths to document IDs and types.
Instructions
List files in a folder share.
Args: share_id: UUID of the folder share.
Returns: JSON with doc_id and files map (path -> {doc_id, type}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |