Python: Retrieve a bucket | Supabase Docs (original) (raw)

Retrieves the details of an existing Storage bucket.

Parameters

(Required)
The unique identifier of the bucket you would like to retrieve.

Examples

Get bucket

response = supabase.storage.get_bucket("avatars")