Skip to content
qibdo qibdo
Theme
Book a demo

taxonomy groups list

List groups in an organisation or across accessible organisations

List the groups 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.

The listing is flat: every group in the organisation appears, each showing its parent, rather than being rendered as a tree.

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 groups list [flags]
Terminal window
qibdo taxonomy groups list
qibdo taxonomy groups list --organisation 40b8e818-c052-43f0-8cab-e92cfc1c6f60
qibdo taxonomy groups list --organisation -
qibdo taxonomy groups list --filter 'state = "ACTIVE"' -o json
qibdo taxonomy groups list --query '[].name' -o tsv
--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
--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)
--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