Module

x/windmill/windmill-api/services/WorkspaceService.ts>WorkspaceService.getUsedTriggers

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 WorkspaceService.getUsedTriggers
import { WorkspaceService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/WorkspaceService.ts";

get used triggers

Parameters

unnamed 0: { workspace: string; }

Returns

CancelablePromise<{ http_routes_used: boolean; websocket_used: boolean; }>

any status