Skip to content
qibdo qibdo
Theme
Book a demo

taxonomy workspaces list

List workspaces in an organisation or across accessible organisations

List the workspaces of one organisation. The scope comes from the --organisation flag, or from the active profile when the flag is absent. Pass --organisation - to list across all organisations you can access.

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 taxonomy workspaces list [flags]
Terminal window
qibdo taxonomy workspaces list
qibdo taxonomy workspaces list --organisation 40b8e818-c052-43f0-8cab-e92cfc1c6f60
qibdo taxonomy workspaces list --organisation -
qibdo taxonomy workspaces list --filter 'state = "ACTIVE"' -o json
qibdo taxonomy workspaces list --query '[].name' -o tsv
--filter string Server-side filter expression
--group string List only the workspaces placed directly in this group. Nested groups are not included.
-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
--organisation string Organisation scope (alias: --org)
-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)
--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