collections items list
List items in a collection
Synopsis
omics publisher collections items list
--collection=COLLECTION_ID
[--limit=NUMBER]
[--type=ITEM_TYPE]
[--max-results=NUMBER]Description
List all items in a collection. Items represent the files, tables, or other data objects that are part of the collection.
Examples
List all items in a collection.
omics publisher collections items list --collection my-collectionList only a specific type of items.
omics publisher collections items list --collection my-collection --type fileLimit the number of results returned.
omics publisher collections items list --collection my-collection --max-results 100Flags
--collection=COLLECTION_ID
--collection=COLLECTION_IDThe ID or slug name of the collection to list items from.
--limit=NUMBER
--limit=NUMBERSet the page size returned by the server. Defaults to 50.
--type=ITEM_TYPE
--type=ITEM_TYPEFilter items by type. Use this to list only specific types of items in the collection.
--max-results=NUMBER
--max-results=NUMBERLimit the maximum number of results printed to the console.
Last updated
Was this helpful?

