External DocumentationTo learn more, visit the Cloudflare R2 documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Buckets with Cloudflare R2 and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Prefix | Query buckets by the prefix of the bucket’s name. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
{
"ListAllMyBucketsResult": {
"-xmlns": "<string>",
"Buckets": {
"Bucket": {
"CreationDate": "2012-10-14T05:46:00.882Z",
"Name": "<string>"
}
},
"Owner": {
"ID": "<string>",
"DisplayName": "<string>"
}
}
}
Was this page helpful?