# Job Executions ## Create JobExecution - [POST /jobs/{jobID}/executions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/createjobexecution.md): Creates a new JobExecution ## List JobExecution - [GET /jobs/{jobID}/executions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/listjobexecution.md): Lists all JobExecution for the given jobID ## Get JobExecution - [GET /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/getjobexecution.md): Gets JobExecution ## Update JobExecution - [PUT /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/updatejobexecution.md): Updates a specific JobExecution. ## Delete JobExecution - [DELETE /jobs/{jobID}/executions/{jobExecutionKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/deletejobexecution.md): Deletes an JobExecution ## Create or Update Batch JobExecution - [PUT /jobs/{jobID}/executions-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/job-executions/updatebatchjobexecution.md): Create or Update multiple JobExecution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.