![](https://secure.gravatar.com/avatar/af4133d36f3c440e14cc2083a131a95b.jpg?s=120&d=mm&r=g)
6 May
2015
6 May
'15
12:14 p.m.
Hello, I am working with blend4j and bioblend to interact with galaxy. In general, the API seems to require the UUID of a dataset/history, etc. I may be missing something obvious, but I am not finding great ways to obtain this from cheetah substitutions. For example, I can use ${history.id} or ${ output.id} to get the integer ID of that dataset/history. ${output.uuid} is not recognized. I am looking here as a reference: https://github.com/galaxyproject/galaxy/blob/e73d90c94edc63d181c30bd1942918a... https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/model/__init__.p... and would have expected UUID to get exposed in some manner. Is there a standard way to obtain the UUID? Thanks, Ben