Create Job Execution
API Reference
Create Job Execution
Create execution and job_executions records for a scheduled job.
This endpoint is used by workers to create execution records when jobs are triggered. It creates both:
- An execution record in the executions table
- A job_executions junction record linking the job to the execution
Available at both /job-executions and /create for backwards compatibility.
POST
Create Job Execution
Authorizations
Enter your Kubiya API token (format: Bearer )
Body
application/json
Response
Successful Response