get
https://api.sbgenomics.com/v2/async/files/copy/
This call gets the details of an asynchronous bulk copy job. 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/copy/{job_id}
Response
Response body
Key | Data type | Description |
|---|---|---|
| string | ID of this copy job |
| string | The result of the copy job. |
| string | The type of job which is COPY. |
| string | The following states are available: SUBMITTED |
| string | The number of files that failed to copy. |
| string | The number of files that were successfully copied. |
| string | The total number of files that were processed during the job. |
| string | The time and date the copy job started. |
| string | The time and date the copy job has finished. |
