Is it possible to get a dataset id using a dataset name?
The API docs show it's easy enough to get metadata on a dataset using the https://api.domo.com/v1/datasets/{DATASET_ID} command, and you can get a full list of datasets using https://api.domo.com/v1/datasets which includes a full list of dataset names too But the second API call is quite slow due to the number of datasets…