Skip to main content

Create Files Job

POST 

/qlibs/:qlibid/q/:qwtoken/file_jobs

Create a new Files Job and optionally advertise file operations.

The request to create a files job can take two forms:

  • single batch: the request specifies seq_complete as true (or omits the field entirely) and provides the complete list of operations in the 'ops' field.
  • multi batch: the request specifies a sequence number - and optionally a list of ops The seq_complete field is false and therefore allows to complete the files job by submitting more requests via further POST using the files job ID returned by this request.

Request

Responses

Id of the 'files job' and list of upload jobs in case of a single batch request.