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