Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

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

Successful Response