v1
latestOpenAPI 3.1.02026-07-2658119246.0 KBJobs
Create Job
post/v2/jobs
Request body
descriptionstring nullable
Free-text description of the job.
display_namestring nullable
Human-friendly job name shown in the UI.
extract_template_namestring required
Name of the extract template to run.
namestring required
Job name.
Response
Successful Response
created_atstring date-time nullable
When the job was created.
descriptionstring nullable
Free-text description of the job.
display_namestring nullable
Human-friendly job name shown in the UI.
extract_template_namestring nullable
Name of the extract template this job runs.
idstring required
Unique job identifier (job_<n>).
last_run_atstring date-time nullable
Timestamp of the most recent run.
last_run_status'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLED' | 'TIMEOUT' | 'WARNING' nullable
Status of the most recent run.
namestring required
Job name.
updated_atstring date-time nullable
When the job was last updated.