It seems it's the Task.export_task
method. This isn't super clear from the documentation :(
Hi SparklingDuck54
Actually the Dataset ID on the task can be easily pulled via:
Task.get_task("task_uid_with_dataset").get_parameter("Datasets/<dataset_alias_name>")
or
Task.get_task("task_uid_with_dataset").get_parameters_as_dict().get("Datasets")