Skip to main content
Module

x/windmill/windmill-api/index.ts>ConcurrencyGroupsService.listExtendedJobs

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 ConcurrencyGroupsService.listExtendedJobs
import { ConcurrencyGroupsService } from "https://deno.land/x/windmill@v1.333.5/windmill-api/index.ts";

Get intervals of job runtime concurrency

Parameters

unnamed 0: { workspace: string; concurrencyKey?: string; rowLimit?: number; createdBy?: string; label?: string; parentJob?: string; scriptPathExact?: string; scriptPathStart?: string; schedulePath?: string; scriptHash?: string; startedBefore?: string; startedAfter?: string; createdOrStartedBefore?: string; running?: boolean; scheduledForBeforeNow?: boolean; createdOrStartedAfter?: string; jobKinds?: string; args?: string; tag?: string; result?: string; page?: number; perPage?: number; isSkipped?: boolean; isFlowStep?: boolean; hasNullParent?: boolean; success?: boolean; allWorkspaces?: boolean; isNotSchedule?: boolean; }