This call returns information about the specified app revision, as raw CWL. The call differs from the call to get details of an app revision by returning a JSON object that is the CWL description of the app revision.
The app should be in a project that you can access. This could be an app that has been uploaded to the Seven Bridges Platform by a project member, or a publicly available app that has been copied to the project.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/apps/{app_id}/{revision_number}/raw
App IDs
Recall from the
/apps
section in the API Overview that theapp_id
has the form{project_owner}/{project}/{app_short_name}/{revision_number}
.You can get the
app_id
for an app by making the call to list all apps available to you