namespaces list
List namespaces the authenticated user belongs to
Last updated
Was this helpful?
List namespaces the authenticated user belongs to
omics workbench namespaces list
[--max-results]
[--page]
[--page-size]List all namespaces that the authenticated user belongs to. Namespaces represent workspaces that organize resources like workflows, runs, and storage accounts. A user may belong to multiple namespaces with different roles.
List all namespaces
omics workbench namespaces listList the first 5 namespaces
omics workbench namespaces list --max-results 5List the second page of namespaces with a page size of 10
omics workbench namespaces list
--page 2
--page-size 10--max-results=NUMBERLimit the maximum number of results printed to the console.
--page=NUMBERUsed to set the offset page number. This allows for jumping into an arbitrary page of results.
--page-size=NUMBERUsed to set the number of results returned per page (default 100). Reducing the page size can help with poor internet connections.
Last updated
Was this helpful?
Was this helpful?

