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
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Body
application/json
Response
Successful Response