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

Preview this Workflow on desktop
Was this page helpful?
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?