How to get Dataset ID attached to a project?

I am trying to pull all the datasets that is sent to a project as batch. How to get the Dataset ID for all of them. (There are multiple batches for a project)

hey there!

you could export data rows from the project (see here for documentation)

and then iterate on these data rows, looking for the Dataset Name (it’s a param of the export, see here)

finally, if you care about the dataset ID, rather than the dataset name, you can get it like this