Get details of a move job

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

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 move job
resultstringThe result of the move job.
typestringThe type of job which is MOVE.
statestringThe following states are available:

SUBMITTED
RESOLVING
RUNNING
FINISHED
failed_filesstringThe number of files that failed to move.
completed_filesstringThe number of files that were successfully moved.
total_filesstringThe total number of files that were processed during the job.
started_onstringThe time and date the move job started.
finished_onstringThe time and date the move job has finished.
Language