List objects
list_objectsRead-onlyIdempotent
List objects and folders in a bucket, filtered to prefixes this access grant may read. Folders end with "/" and appear as kind "prefix".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum objects per page (default 100) | |
| bucket | Yes | Bucket name | |
| prefix | No | Folder prefix to list, e.g. "reports/2026/". Omit for the bucket root. | |
| connectionId | Yes | Connection ID from list_connections | |
| continuationToken | No | Opaque token from a previous page |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | ||
| continuationToken | No |