Create Job
Create Job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cookies
Body
Payload to create a new job.
Job name.
Name of the agent to run.
Human-friendly job name shown in the UI.
Free-text description of the job.
Cron schedule controlling automatic runs.
Input data configuration for the job.
Where the job writes its results.
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.