appwrite/docs/examples/1.2.x/server-graphql/examples/storage/get-bucket.md

310 B

query { storageGetBucket( bucketId: "[BUCKET_ID]" ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }