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 |
---|---|---|
id | string | ID of this copy job |
result | string | The result of the copy job. |
type | string | The type of job which is COPY. |
state | string | The following states are available: SUBMITTED RESOLVING RUNNING FINISHED |
failed_files | string | The number of files that failed to copy. |
completed_files | string | The number of files that were successfully copied. |
total_files | string | The total number of files that were processed during the job. |
started_on | string | The time and date the copy job started. |
finished_on | string | The time and date the copy job has finished. |