blob_ls
List blobs in a project, filter by key prefix, and paginate results using a cursor.
Instructions
List blobs in a project with optional prefix filter over a flat key namespace. Supports pagination via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| prefix | No | Filter: only return blobs whose key starts with this prefix | |
| limit | No | Max results (default 100, max 1000) | |
| cursor | No | Pagination cursor from a previous response's next_cursor |