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 our domain has, and we have information on the name of a dataset stored on our end but not it's domo dataset_id, so I'm wondering is there anyway to filter the results of https://api.domo.com/v1/datasets based on dataset name, or do something to that effect?

Tagged:

Answers