list all completed jobs
Path parameters
Query parameters
order by desc order (default true)
filter by exact matching user creator. Supports comma-separated list (e.g. 'alice,bob') and negation by prefixing all values with '!' (e.g. '!alice,!bob')
filter by exact matching job label. Supports comma-separated list (e.g. 'deploy,release') and negation by prefixing all values with '!' (e.g. '!deploy,!release')
filter by worker this job ran on. Supports comma-separated list (e.g. 'worker-1,worker-2') and negation by prefixing all values with '!' (e.g. '!worker-1,!worker-2')
The parent job that is at the origin and responsible for the execution of this script if any
filter by exact matching script path. Supports comma-separated list (e.g. 'f/script1,f/script2') and negation by prefixing all values with '!' (e.g. '!f/script1,!f/script2')
filter by script path prefix. Supports comma-separated list (e.g. 'f/folder1,f/folder2') and negation by prefixing all values with '!' (e.g. '!f/folder1,!f/folder2')
mask to filter by schedule path
mask to filter exact matching path
filter on started before (inclusive) timestamp
filter on started after (exclusive) timestamp
filter on successful jobs
filter on the exact completed job status. Unlike success=true (which also matches skipped), status=success matches only success.
filter by job kind. Supports comma-separated list of values ('preview', 'script', 'dependencies', 'flow') and negation by prefixing all values with '!' (e.g. '!preview,!dependencies')
filter on jobs containing those args as a json subset (@> in postgres)
filter on jobs containing those result as a json subset (@> in postgres)
allow wildcards (*) in the filter of label, tag, worker
filter by tag/worker group. Supports comma-separated list (e.g. 'gpu,highmem') and negation by prefixing all values with '!' (e.g. '!gpu,!highmem')
which page to return (start at 1, default 1)
number of items to return for a given page (default 30, max 100)
is the job skipped
filter on whether a failure has been marked as handled. true keeps only resolved failures, false hides them
is the job a flow step
has null parent
is not a scheduled job
Response
All completed jobs