Get details of a copy job

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Response body

KeyData typeDescription
idstringID of this copy job
resultstringThe result of the copy job.
typestringThe type of job which is COPY.
statestring

The following states are available:

SUBMITTED
RESOLVING
RUNNING
FINISHED

failed_filesstringThe number of files that failed to copy.
completed_filesstringThe number of files that were successfully copied.
total_filesstringThe total number of files that were processed during the job.
started_onstringThe time and date the copy job started.
finished_onstringThe time and date the copy job has finished.
Path Params
string
required

The ID of the copy job you are querying. This ID can be found within the API response for the call for copying files.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json