Skip to content
qibdo qibdo
Theme
Book a demo

storage buckets list

List the buckets in a workspace

List the buckets of one workspace. The scope comes from the --workspace flag, or from the active profile when the flag is absent; there is no cross-workspace listing.

--engine narrows the listing to one provider; pass - to span every engine, which is also what an absent engine means. Both scopes are sent to the API as request parameters, so the server does the narrowing and paging stays meaningful.

Paging is opt-in: every page is fetched and rendered unless --limit caps the walk, or --page-size asks for one page of that many rows. A page reports the token to resume from with --page-token. Filter and order expressions are passed to the API verbatim.

Terminal window
qibdo storage buckets list [flags]
Terminal window
qibdo storage buckets list
qibdo storage buckets list --workspace ws-1 --engine aws
qibdo storage buckets list --engine - -o wide
qibdo storage buckets list --filter 'location_id = "eu-west-1"' -o json
qibdo storage buckets list --query '[].name' -o tsv
--engine string Engine scope: qibdo, aws, gcp, azure, - (- spans every engine)
--filter string Server-side filter expression
-h, --help help for list
--limit int Client-side cap on total items
--no-headers Omit the header row (table and wide; accepted and inert for the machine formats)
--order-by string Server-side ordering expression
-o, --output string Output format: table|wide|json|yaml|tsv
--page-size int32 Show one page of this many items, with a token to resume from
--page-token string Resume from the token a previous page reported
--query string JMESPath expression to project the result (buffers the full result; bound large collections with --limit)
--skip int Server-side offset (first page only)
--watch Re-run the read on an interval until interrupted
--watch-interval duration Gap between refreshes, measured from the end of the previous one (minimum 1s) (default 2s)
--workspace string Workspace scope
--color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto")
--debug Wire-level detail on stderr (credentials redacted)
--endpoint string API endpoint override (host:port)
--insecure Use a plaintext connection (dev/lab platform only)
--no-input Never prompt; fail instead
--no-pager Do not page long human-readable output
--profile string Configuration profile to use
-q, --quiet Suppress non-essential stderr output
--verbose Human-readable progress on stderr