supabase_list_files
List files in a Supabase storage bucket, optionally filtered by path prefix and paginated with limit/offset.
Instructions
List files in a Supabase storage bucket with optional path filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path prefix to filter files | |
| limit | No | Maximum number of files to return | |
| bucket | Yes | Storage bucket name | |
| offset | No | Number of files to skip |