get https://api.sbgenomics.com/v2/async/files/move/
This call gets the details of an asynchronous bulk move 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/move/{job_id}
Example request body
{
"items": [
{
"file": "5c6d3c30e4b038363238932f",
"parent": "",
"project": "rfranklin/destination-project",
"name": "my-new-file"
},
{
"file": "5c6d3c30e4b038363238932e",
"parent": "",
"project": "rfranklin/destination-project",
"name": ""
},
{
"file": "5c6d3c30e4b0383632389331",
"parent": "",
"project": "rfranklin/destination-project",
"name": ""
}
]
}
Response
Response body
Key | Data type | Description |
---|---|---|
id | string | ID of this move job |
result | string | The result of the move job. |
type | string | The type of job which is MOVE. |
state | string | The following states are available: SUBMITTED RESOLVING RUNNING FINISHED |
failed_files | string | The number of files that failed to move. |
completed_files | string | The number of files that were successfully moved. |
total_files | string | The total number of files that were processed during the job. |
started_on | string | The time and date the move job started. |
finished_on | string | The time and date the move job has finished. |