supabase_storage_list_files
List files in a Supabase storage bucket at a given path, with optional limit, offset, and sorting to control results.
Instructions
List files in a storage bucket at a given path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Folder path within the bucket (default: root) | |
| limit | No | Max number of files to return (default: 100) | |
| bucket | Yes | Bucket name | |
| offset | No | Number of files to skip (default: 0) | |
| sortBy | No | Sort configuration |