OptionalallOptionalargs?: stringfilter on jobs containing those args as a json subset (@> in postgres)
Optionalcreatedmask to filter exact matching user creator
Optionalisis not a scheduled job
Optionaljobfilter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
Optionalorderorder by desc order (default true)
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
Optionalsuspended?: booleanfilter on suspended jobs
Optionaltag?: stringfilter on jobs with a given tag/worker group
get jobs from all workspaces (only valid if request come from the
adminsworkspace)