Get details of a copy job
v2/async/files/copy/{jobid}
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.
Request
Header Fields
Name | Description |
---|---|
X-SBG-Auth-Token required | Your CGC authentication token. |
Content-Type required | application/json |
Query parameters
Key | Data type | Description |
---|---|---|
ID required | string | The ID of the copy job you are querying. This ID can be found within the API response for the call for copying files. |
Response
See a list of CGC-specific response codes that may be contained in the body of the 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. |
Updated less than a minute ago