list_storage_objects
List objects in a specific storage bucket with options to filter by prefix, set limits, and offset results, enabling efficient storage management in self-hosted Supabase instances.
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/') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Self-Hosted Supabase MCP Server
- apply_migration
- create_auth_user
- delete_auth_user
- execute_sql
- generate_typescript_types
- get_anon_key
- get_auth_user
- get_database_connections
- get_database_stats
- get_project_url
- get_service_key
- list_auth_users
- list_extensions
- list_migrations
- list_realtime_publications
- list_storage_buckets
- list_storage_objects
- list_tables
- rebuild_hooks
- update_auth_user
- verify_jwt_secret