get https://api.sbgenomics.com/v2/async/files
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
Response body
The response body will contain information for each of the jobs.
| Key | Data type | Description | 
|---|---|---|
| id | string | ID of the job. | 
| result | string | The result of the job. | 
| type | string | The type of job. | 
| state | string | The following states are available: SUBMITTED RESOLVING RUNNING FINISHED | 
| failed_files | string | The number of files that failed. | 
| completed_files | string | The number of files that were successfully completed. | 
| total_files | string | The total number of files that were processed for the job. | 
