Create Job
POST/api/v2/workspaces/:workspace_id/jobs
Create a batch job against a pipeline, either referencing an existing query set via 'query_set_id' or providing 'queries' inline (an inline query set is created for you). The job is not run until 'POST .../jobs/{job_id}/start' is called.
Request
Responses
- 201
- 422
Successful Response
Validation Error
Was this page helpful?