Get raw CWL for an app revision

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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 the app_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

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

Path Params
string
required

The ID for the app you are querying. It can be obtained by making the call to list all apps available to you.

int32
required

The integer that is the revision number of the app

Query Params
fields
array of strings

Selector specifying a subset of fields to include in the response.

fields
Headers
string
required

Your Seven Bridges Platform authentication token.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json