Optionaloptions: CallOptionsCancels a job run or a task run. The run is canceled asynchronously, so it may still be running when this request completes.
Optionaloptions: CallOptionsCreate a new job.
Optionaloptions: CallOptionsDeletes a job.
Optionaloptions: CallOptionsDeletes a non-active run. Returns an error if the run is active.
Optionaloptions: CallOptionsUpdates a job so the job clusters that are created when running
the job (specified in new_cluster) are compliant with the
current versions of their respective cluster policies.
All-purpose clusters used in the job will not be updated.
Optionaloptions: CallOptionsExport and retrieve the job run task.
Optionaloptions: CallOptionsRetrieves the details for a single job.
Large arrays in the results will be paginated when they exceed 100 elements.
A request for a single job will return all properties for that job, and the first 100 elements of array properties (tasks, job_clusters, environments and parameters).
Use the next_page_token field to check for more results and pass its value as the page_token in subsequent requests.
If any array properties have more than 100 elements, additional results will be returned on subsequent requests. Arrays without additional results will be empty on later pages.
Optionaloptions: CallOptionsReturns the policy compliance status of a job. Jobs could be out of compliance if a cluster policy they use was updated after the job was last edited and some of its job clusters no longer comply with their updated policies.
Optionaloptions: CallOptionsRetrieves the metadata of a run.
Large arrays in the results will be paginated when they exceed 100 elements.
A request for a single run will return all properties for that run, and the first 100 elements of array properties (tasks, job_clusters, job_parameters and repair_history).
Use the next_page_token field to check for more results and pass its value as the page_token in subsequent requests.
If any array properties have more than 100 elements, additional results will be returned on subsequent requests. Arrays without additional results will be empty on later pages.
Optionaloptions: CallOptionsRetrieve the output and metadata of a single task run. When a notebook task returns
a value through the dbutils.notebook.exit() call, you can use this endpoint to retrieve
that value.
This endpoint validates that the run_id parameter is valid and returns an HTTP status code 400 if the run_id parameter is invalid. Runs are automatically removed after 60 days. If you to want to reference them beyond 60 days, you must save old run results before they expire.
Optionaloptions: CallOptionsReturns the policy compliance status of all jobs that use a given policy. Jobs could be out of compliance if a cluster policy they use was updated after the job was last edited and its job clusters no longer comply with the updated policy.
Optionaloptions: CallOptionsOptionaloptions: CallOptionsRetrieves a list of jobs.
Optionaloptions: CallOptionsOptionaloptions: CallOptionsList runs in descending order by start time.
Optionaloptions: CallOptionsOptionaloptions: CallOptionsRe-run one or more tasks. Tasks are re-run as part of the original job run. They use the current job and task settings, and can be viewed in the history for the original job run.
Optionaloptions: CallOptionsOverwrite all settings for the given job. Use the Update endpoint to update job settings partially.
Optionaloptions: CallOptionsRun a job and return the run_id of the triggered run.
Optionaloptions: CallOptionsSubmit a one-time run. This endpoint allows you to submit a workload directly
without creating a job. Runs submitted using this endpoint don’t display in
the UI. Use the jobs/runs/get API to check the run state after the job is
submitted.
Important: Jobs submitted using this endpoint are not saved as a job.
They do not show up in the Jobs UI, and do not retry when they fail. Because
they are not saved, POST /jobs/create and
POST /jobs/run-now endpoints to create and run a saved job.
Optionaloptions: CallOptionsAdd, update, or remove specific settings of an existing job. Use the Reset endpoint to overwrite all job settings.
Optionaloptions: CallOptions
Cancels all active runs of a job. The runs are canceled asynchronously, so it doesn't prevent new runs from being started.