Skip to content

Collections.List

func (collectionClient) List(
ctx context.Context,
datasetID uuid.UUID,
) ([]*datasets.Collection, error)

List the available collections in a dataset.

datasetID uuid.UUID

The id of the dataset

A list of collection objects.

not_found No such dataset

The specified dataset does not exist.