List tasks in a project (secondary method)

This call lists the tasks in the specified project. It is an alias for the call to get tasks and redirects to that path.

❗️

Alias call

Note that since this is an alias for another call, the call cannot be made straightforwardly from all applications. In particular, to send the call using cURL, use the cURL option -L to redirect the path of this call to https://api.sbgenomics.com/v2/tasks?project={project_owner}/{project}.

Alternatively, to list all files, you can simply use the call to get tasks.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/projects/{project_owner}/{project}/tasks

👍

Referring to your project

Note that project_owner is always case-sensitive, and that project is not the project's name but its ID, or short name. For full details of identifying objects using the API, please see the section on specifying objects.

Response

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

Language