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 |
|---|---|---|
| string | ID of the job. |
| string | The result of the job. |
| string | The type of job. |
| string | The following states are available: SUBMITTED |
| string | The number of files that failed. |
| string | The number of files that were successfully completed. |
| string | The total number of files that were processed for the job. |
