List objects in a bucket
gcs_list_objectsList objects in a Google Cloud Storage bucket and filter by prefix to inspect folder-like paths or locate files.
Instructions
Lists objects in a bucket, optionally filtered by prefix (folder-like path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name (without gs:// prefix) | |
| prefix | No | ||
| delimiter | No | Set to "/" to emulate folder listing | |
| pageToken | No |