Optional
allOptional
args?: stringfilter on jobs containing those args as a json subset (@> in postgres)
Optional
createdmask to filter exact matching user creator
Optional
createdfilter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
Optional
createdfilter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
Optional
hashas null parent
Optional
isis the job a flow step
Optional
isis not a scheduled job
Optional
isis the job skipped
Optional
jobfilter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
Optional
label?: stringmask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
Optional
page?: numberwhich page to return (start at 1, default 1)
Optional
parentThe parent job that is at the origin and responsible for the execution of this script if any
Optional
pernumber of items to return for a given page (default 30, max 100)
Optional
result?: stringfilter on jobs containing those result as a json subset (@> in postgres)
Optional
running?: booleanfilter on running jobs
Optional
schedulemask to filter by schedule path
Optional
scheduledfilter on jobs scheduled_for before now (hence waitinf for a worker)
Optional
scriptmask to filter exact matching path
Optional
scriptmask to filter exact matching path
Optional
scriptmask to filter matching starting path
Optional
startedfilter on started after (exclusive) timestamp
Optional
startedfilter on started before (inclusive) timestamp
Optional
success?: booleanfilter on successful jobs
Optional
tag?: stringfilter on jobs with a given tag/worker group
get jobs from all workspaces (only valid if request come from the
admins
workspace)