list_storage_objects
Retrieve and filter objects from a specific storage bucket using a path prefix, limit, and offset for precise data access in self-hosted Supabase environments.
Instructions
Lists objects within a specific storage bucket, optionally filtering by prefix.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_id | Yes | The ID of the bucket to list objects from. | |
limit | No | Max number of objects to return | |
offset | No | Number of objects to skip | |
prefix | No | Filter objects by a path prefix (e.g., 'public/') |