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.

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

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.

Path Params
string
required

The short name of the project you are querying.

string
required

The owner of the project you are querying.

Query Params
fields
array of strings

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

fields
Body Params
string

Enter an automation run ID to list all tasks created from the specified automation run.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json