cloudflare_r2_bucket_list
Retrieve a list of all R2 buckets in your account. Filter by name and paginate results for efficient management.
Instructions
List all R2 buckets in the account. Supports filtering by name and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Sort field | |
| cursor | No | Pagination cursor from a previous request | |
| per_page | No | Results per page (1-1000, default: 1000) | |
| direction | No | Sort direction (default: asc) | |
| name_contains | No | Filter buckets whose name contains this string |