Start job
POST/jobs/:jobId:start
Signal that all data has been added to a job.
Documents are processed immediately after they have been added.
The startJob
request activates the subsequent document merge and post processing steps.
After starting a job, its result can be awaited using the getJobResult
request.
Request
Responses
- 204
- 404
- 409
The job has been started successfully
The job with the specified ID could not be found.
The job has already been started or canceled.