" Input: { data_uoa - experiment data UOA (repo_uoa) - experiment repo UOA (remote_repo_uoa) - if repo_uoa is remote repo, use this to specify which local repo to use at the remote machine (module_uoa) or (path) - if called from internal modules, can specify path of the experiment entry directly ... (prune_by_features) - flat dict with features to check (no wild cards here) (point) - get subpoints for a given point (skip_subpoints) - if 'yes', do not show number of subpoints (extra_path) - add extra path before points (useful when versioning is used) } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 points - list of point UIDs (subpoints) - if 'point' is selected, list of subpoints dict - dict of entry (if not loaded by path) path - local path to the entry } "