cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/jobs/{job_id}/trigger \ --header 'Content-Type: application/json' \ --data '{ "parameters": {}, "config_override": {} }'
{ "job_id": "<string>", "execution_id": "<string>", "workflow_id": "<string>", "status": "<string>", "message": "<string>" }
Manually trigger a job execution.
Request Body:
Schema for manually triggering a job
Parameters to substitute in prompt template (e.g., {{param_name}})
Optional config overrides for this execution
Successful Response
Schema for job trigger response
Was this page helpful?