OptionalallOptionalargs?: stringfilter on jobs containing those args as a json subset (@> in postgres)
Optionalcreatedmask to filter exact matching user creator
Optionalcreatedfilter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
Optionalcreatedfilter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
Optionalhashas null parent
Optionalisis the job a flow step
Optionalisis not a scheduled job
Optionalisis the job skipped
Optionaljobfilter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
Optionallabel?: 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')
Optionalpage?: numberwhich page to return (start at 1, default 1)
OptionalparentThe parent job that is at the origin and responsible for the execution of this script if any
Optionalpernumber of items to return for a given page (default 30, max 100)
Optionalresult?: stringfilter on jobs containing those result as a json subset (@> in postgres)
Optionalrunning?: booleanfilter on running jobs
Optionalschedulemask to filter by schedule path
Optionalscheduledfilter on jobs scheduled_for before now (hence waitinf for a worker)
Optionalscriptmask to filter exact matching path
Optionalscriptmask to filter exact matching path
Optionalscriptmask to filter matching starting path
Optionalstartedfilter on started after (exclusive) timestamp
Optionalstartedfilter on started before (inclusive) timestamp
Optionalsuccess?: booleanfilter on successful jobs
Optionaltag?: stringfilter on jobs with a given tag/worker group
get jobs from all workspaces (only valid if request come from the
adminsworkspace)