List all buckets in your R2 Object Storage.
External DocumentationTo learn more, visit the Cloudflare R2 documentation.

Basic Parameters

ParameterDescription
PrefixQuery buckets by the prefix of the bucket’s name.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{
	"ListAllMyBucketsResult": {
		"-xmlns": "<string>",
		"Buckets": {
			"Bucket": {
				"CreationDate": "2012-10-14T05:46:00.882Z",
				"Name": "<string>"
			}
		},
		"Owner": {
			"ID": "<string>",
			"DisplayName": "<string>"
		}
	}
}

Workflow Library Example

List Buckets with Cloudflare R2 and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop