Get raw CWL for an app

This call returns information about the specified app, as raw CWL. The call differs from the call to get details of an app by returning a JSON object that is the CWL.

The app should be one 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/{project_owner}/{project}/{app_short_name}/raw

👍

App IDs

The full {project_owner}/{project}/{app_short_name}/{revision_number} path for this API call is known as App ID. You can also get the App ID for an app by making the call to list all apps available to you.

The revision_number field is not a mandatory parameter of this API call. If omitted, the latest revision of the app is returned.

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language