I think this is what you're looking for 🙂
https://clear.ml/docs/latest/docs/references/sdk/dataset#datasetlist_datasets
Dataset.list_datasets(dataset_project='XXXX')
Always returns an empty list
This is my current solution[ds for ds in dataset.list_datasets() if ds['project'].split('/')[0]==<PROJEFCT_NAME>]
Hi OutrageousSheep60 . The list_datasets
function is currently broken and will be fixed next release