Skip to main content
POST
/
api
/
v1
/
executions
/
job-executions
Create Job Execution
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/executions/job-executions \
  --header 'Content-Type: application/json' \
  --data '{
  "execution_id": "<string>",
  "job_id": "<string>",
  "entity_type": "<string>",
  "entity_id": "<string>",
  "prompt": "<string>",
  "trigger_type": "<string>",
  "trigger_metadata": {}
}'
"<any>"

Body

application/json

Request to create execution and job_executions records for a scheduled job

execution_id
string
required
entity_type
string
required
prompt
string
required
trigger_type
string
required
job_id
string | null
entity_id
string | null
trigger_metadata
object

Response

Successful Response

The response is of type any.