Skip to main content
Module

x/windmill/mod.ts>JobService.listCompletedJobs

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method JobService.listCompletedJobs
import { JobService } from "https://deno.land/x/windmill@v1.44.0/mod.ts";

list all available completed jobs

Parameters

unnamed 0: { workspace: string; orderDesc?: boolean; createdBy?: string; parentJob?: string; scriptPathExact?: string; scriptPathStart?: string; scriptHash?: string; createdBefore?: string; createdAfter?: string; success?: boolean; jobKinds?: string; isSkipped?: boolean; isFlowStep?: boolean; }

Returns

CancelablePromise<Array<CompletedJob>>

CompletedJob All available completed jobs