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.

📘

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.
statestringThe 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.
Language