Get details of all async jobs

This call gets the details for all asynchronous bulk jobs you have started. This information will be available for up to a month after the job has been completed.

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/async/files

Response

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

Response body

The response body will contain information for each of the jobs.

KeyData typeDescription
idstringID of the job.
resultstringThe result of the job.
typestringThe type of job.
statestring

The following states are available:

SUBMITTED
RESOLVING
RUNNING
FINISHED

failed_filesstringThe number of files that failed.
completed_filesstringThe number of files that were successfully completed.
total_filesstringThe total number of files that were processed for the job.
Query Params
int32
Defaults to 0

The zero-based starting index in the entire collection of the first item to return. The default value is 0. This is a pagination-specific attribute.

int32
Defaults to 25

The maximum number of collection items to return for a single request. Minimum value is 1. The maximum value is 100 and the default value is 25. This is a pagination-specific attribute.

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