You can list all the collections available for a dataset using the collections method on the dataset object.

Parameters

availability
bool

Include the availability interval for each collection. The availability interval is a time interval with a start time of the first available data point and an end time of the last available data point in a collection. Defaults to True.

count
bool

Include the number of data points for each collection. Producing an exact count requires a full scan of each collection, which can be slow for large collections. Defaults to False.