Update Job
Update Job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Cookies
Body
Partial update for an existing job; omitted fields are left unchanged.
Response
Successful Response
A configured job: an agent plus its schedule, inputs, and destination.
Unique job identifier (job_).
^job_[1-9][0-9]*$Job name.
Human-friendly job name shown in the UI.
Name of the agent this job runs.
Free-text description of the job.
Cron schedule controlling automatic runs.
Input data configuration for the job.
Where the job writes its results.
Timestamp of the most recent run.
Status of the most recent run.
PENDING, RUNNING, SUCCESS, FAILED, CANCELLED, TIMEOUT, WARNING When the job was created.
When the job was last updated.