tc_list_folder
List the subfolders and files in a Trimble Connect project folder. Omit the folder ID to view the project root, or provide an ID to inspect a specific folder.
Instructions
List the contents (subfolders and files) of one folder.
Args: project_id: Project ID (used to resolve the correct region). folder_id: Folder ID to list. Omit to list the project's ROOT folder.
Returns: {"folder_id": str, "count": int, "items": [{"id","name", "type" ("FOLDER"|"FILE"),"size","revision","versionId","modifiedOn", "modifiedBy",...}]}. Use item ids to descend into subfolders or fetch file details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |