Skip to main content
Module

x/windmill/mod.ts>UserService.getRunnable

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 UserService.getRunnable
import { UserService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

get all runnables in every workspace

Returns

CancelablePromise<{ workspace: string; endpoint_async: string; endpoint_sync: string; endpoint_openai_sync: string; summary: string; description?: string; kind: string; }>

any free all runnables