Dockstore API call to retrieve workflow info based on its name?

Hello,

I am trying to locate the Dockstore API call to retrieve workflow information based on the workflow name instead of the ID:
https://dockstore.org/api/static/swagger-ui/index.html#/workflows/getWorkflow

I came across GET /workflows/{alias}/aliases where “alias” is of a string type, but that does not seem to do the trick. Could you, please, clarify what is the alias in this API call?

Many thanks!

Hi,
An alias is probably not what you’re currently looking for, they are described at Aliases — Dockstore documentation

You may be looking for something like https://dockstore.org/api/ga4gh/trs/v2/tools/%23workflow%2Fgithub.com%2Fbroadinstitute%2Fviral-pipelines%2Fassemble_refbased , described in swagger as Swagger UI