list_files
List objects in an R2 bucket with optional prefix filter and pagination via continuation token.
Instructions
List objects in the R2 bucket. Optional prefix filters keys (e.g. vitalo/ or vitalo/2.1.0/). Combines with global R2_KEY_PREFIX if set. Use continuationToken to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Key prefix filter (e.g. vitalo/ or vitalo/2.1.0/) | |
| maxKeys | No | Max objects per page (default: 100, max: 1000) | |
| continuationToken | No | Pagination token from a previous list_files response |