List files in a drive
list_filesList files in a CloudSee Drive directly from storage, with recursive browsing by default. Get names, sizes, storage classes, and keys with pagination to see exactly what a drive contains.
Instructions
List the files in a drive straight from storage, recursively by default — the most reliable way to see what a drive actually contains. Requires the drive (bucketName). Returns names, sizes, storage classes and keys, with pagination. The object id in each result is regenerated on every call and must never be used for rename_file, move_file, update_metadata, or delete_files — use search_files, browse_folder, or recent_files for a stable StorageId instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Recurse into sub-folders (default true). | |
| cursor | No | Opaque pagination cursor returned by a previous call. | |
| bucketName | No | The CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server. |